load from cloudflare pages

This commit is contained in:
terraputix
2026-02-21 14:27:17 +01:00
parent 0355d586f5
commit 8c0b80f041
+2 -1
View File
@@ -1,7 +1,8 @@
<script lang="ts">
// Minimal page: no geolocation/state UI, just an embedded Open-Meteo map.
// const iframeSrc = 'https://maps.open-meteo.com/';
const iframeSrc = 'http://localhost:5173/';
const iframeSrc =
'https://allow-cross-origin-loads.maps-5aj.pages.dev/?time=2026-02-21T1400#1.31/0/-0.1';
</script>
<svelte:head>