Start fetchdata kql

This commit is contained in:
isUnknown 2024-07-10 18:43:46 +02:00
parent 3ed204123a
commit 90c998fa41
13 changed files with 109 additions and 34 deletions

View file

@ -0,0 +1,8 @@
<script>
const kirbyData = {
pageUri: '<?= $page->uri() ?>',
pageTemplate: '<?= $page->template() ?>',
}
</script>
</body>
</html>

View file

@ -6,4 +6,5 @@
<title>Document</title>
<script type="module" src="http://localhost:5173/@vite/client" defer></script>
<script type="module" src="http://localhost:5173/src/main.js" defer></script>
</head>
</head>
<body>