]> git.r.bdr.sh - rbdr/forum/blobdiff - src/app.html
Use supabase
[rbdr/forum] / src / app.html
index d69f7992c6f350bdbc2c737730ccb17565396855..c0ce439f3a108ca6bf36d4809d01eae67953bfcd 100644 (file)
@@ -8,7 +8,7 @@
                <meta name="viewport" content="width=device-width, initial-scale=1" />
                <meta name="theme-color" content="#ffffff" />
 
-               %svelte.head%
+               %sveltekit.head%
 
                <link rel="manifest" href="/manifest.webmanifest" />
        </head>
@@ -18,7 +18,7 @@
                        <p>Please enable Javascript to use this forum.</p>
                </noscript>
                <div class="grid grid-cols-12 auto-rows-[minmax(3rem, auto)] gap-2" id="forum">
-                       %svelte.body%
+                       %sveltekit.body%
                </div>
        </body>
 </html>