Compare commits
No commits in common. "6188e0012ae35f082fc674086c791f27fd36bab6" and "62f60c749173bb12fb3fcfdd4606ebbc0ea35faf" have entirely different histories.
6188e0012a
...
62f60c7491
|
@ -10,5 +10,5 @@ export default defineConfig({
|
|||
applyBaseStyles: false
|
||||
})],
|
||||
output: "static",
|
||||
site: devMode ? "http://localhost:4321" : "https://konulukonum.com"
|
||||
site: devMode ? "http://localhost:4321" : "https://konulukonum.log101.dev"
|
||||
});
|
||||
|
|
|
@ -12,10 +12,10 @@ import "toastify-js/src/toastify.css"
|
|||
<link rel='icon' type='image/jpg' href='/konulu-konum-logo.jpg' />
|
||||
<meta property='og:title' content='Konulu Konum' />
|
||||
<meta property='og:description' content='Sevdiklerinizi şaşırtın!' />
|
||||
<meta property='og:url' content='https://konulukonum.com' />
|
||||
<meta property='og:url' content='https://konulukonum.log101.dev' />
|
||||
<meta
|
||||
property='og:image'
|
||||
content='https://konulukonum.com/konulu-konum-logo.jpg'
|
||||
content='https://konulukonum.log101.dev/konulu-konum-logo.jpg'
|
||||
/>
|
||||
<meta name='twitter:card' content='summary' />
|
||||
<meta name='generator' content={Astro.generator} />
|
||||
|
|
|
@ -36,12 +36,12 @@ const backendUrl = import.meta.env.PUBLIC_BACKEND_URL
|
|||
<p class='leading-7 [&:not(:first-child)]:mt-6 text-2xl'>
|
||||
Bir fotoğraf seçin.
|
||||
</p>
|
||||
<div class='grid items-center gap-1.5 mt-4'>
|
||||
<div class='grid w-full max-w-sm items-center gap-1.5 mt-4'>
|
||||
<input
|
||||
type='file'
|
||||
name='selected-photo'
|
||||
id='photo-selector'
|
||||
class='flex w-full p-2 border border-gray rounded-lg file:bg-inherit file:border-0'
|
||||
class='p-2 border border-gray rounded-lg file:bg-inherit file:border-0'
|
||||
required
|
||||
/>
|
||||
<p class='px-2 text-lg text-muted-foreground'>
|
||||
|
|
|
@ -197,7 +197,7 @@ const currentLocationControl = new CurrentLocationControl({
|
|||
position: "bottomleft",
|
||||
})
|
||||
|
||||
const radiusControl = new RadiusControl({ position: "topright" })
|
||||
const radiusControl = new RadiusControl({ position: "bottomright" })
|
||||
|
||||
askPermissionControl.addTo(map)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user