Dodanie logi, i walka z api
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -18,7 +18,7 @@ const links = [
|
|||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
<a href="/" class="flex items-center gap-2 font-semibold">
|
<a href="/" class="flex items-center gap-2 font-semibold">
|
||||||
<!-- <span class="inline-flex h-8 w-8 items-center justify-center rounded-full text-sm font-bold"> -->
|
<!-- <span class="inline-flex h-8 w-8 items-center justify-center rounded-full text-sm font-bold"> -->
|
||||||
<img src="/src/assets/logo.webp" alt="FUZ Logo" class="my-0"/>
|
<img src="/assets/logo.webp" alt="FUZ Logo" class="my-0"/>
|
||||||
</span>
|
</span>
|
||||||
<!-- <span>FUZ</span> -->
|
<!-- <span>FUZ</span> -->
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ const apiKey = import.meta.env.PUBLIC_GOOGLE_MAPS_KEY;
|
|||||||
const lat = 52.597388;
|
const lat = 52.597388;
|
||||||
const lon = 21.456797;
|
const lon = 21.456797;
|
||||||
const mapStyleId = "8e0a97af9476f2d3";
|
const mapStyleId = "8e0a97af9476f2d3";
|
||||||
const res = await fetch(new URL("/api/all-cities", Astro.url));
|
// const res = await fetch(new URL("/api/all-cities", Astro.site));
|
||||||
const cities = await res.json();
|
// const cities = await res.json();
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user