feat: remove remote stylesheets
This commit is contained in:
parent
892b719222
commit
360c51cbea
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
import "leaflet/dist/leaflet.css"
|
||||||
|
import "toastify-js/src/toastify.css"
|
||||||
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang='en'>
|
<html lang='en'>
|
||||||
<head>
|
<head>
|
||||||
|
@ -5,25 +10,6 @@
|
||||||
<meta name='description' content='Astro description' />
|
<meta name='description' content='Astro description' />
|
||||||
<meta name='viewport' content='width=device-width' />
|
<meta name='viewport' content='width=device-width' />
|
||||||
<link rel='icon' type='image/jpg' href='/konulu-konum-logo.jpg' />
|
<link rel='icon' type='image/jpg' href='/konulu-konum-logo.jpg' />
|
||||||
<link
|
|
||||||
rel='stylesheet'
|
|
||||||
href='https://unpkg.com/leaflet@1.9.4/dist/leaflet.css'
|
|
||||||
integrity='sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY='
|
|
||||||
crossorigin=''
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
rel='stylesheet'
|
|
||||||
type='text/css'
|
|
||||||
href='https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css'
|
|
||||||
/>
|
|
||||||
<script
|
|
||||||
is:inline
|
|
||||||
src='https://unpkg.com/leaflet@1.9.4/dist/leaflet.js'
|
|
||||||
integrity='sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo='
|
|
||||||
crossorigin=''></script>
|
|
||||||
<script
|
|
||||||
type='text/javascript'
|
|
||||||
src='https://cdn.jsdelivr.net/npm/toastify-js'></script>
|
|
||||||
<meta property='og:title' content='Konulu Konum' />
|
<meta property='og:title' content='Konulu Konum' />
|
||||||
<meta property='og:description' content='Sevdiklerinizi şaşırtın!' />
|
<meta property='og:description' content='Sevdiklerinizi şaşırtın!' />
|
||||||
<meta property='og:url' content='https://konulu-konum.vercel.app' />
|
<meta property='og:url' content='https://konulu-konum.vercel.app' />
|
||||||
|
|
|
@ -52,7 +52,7 @@ const handleSubmit = async (e: SubmitEvent) => {
|
||||||
if (res.status === 200) {
|
if (res.status === 200) {
|
||||||
const data = await res.json()
|
const data = await res.json()
|
||||||
|
|
||||||
if (data.url) location.assign(`/x?id="${data.url}"`)
|
if (data.url) location.assign(`/x?id=${data.url}`)
|
||||||
} else {
|
} else {
|
||||||
toast("Konulu konum oluşturulamadı, lütfen tekrar deneyin.")
|
toast("Konulu konum oluşturulamadı, lütfen tekrar deneyin.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user