Skip to content
Snippets Groups Projects
Verified Commit 6b2c8ea1 authored by Louis's avatar Louis :fire:
Browse files

Fix prerender for real

parent 3cdd28c4
No related branches found
No related tags found
No related merge requests found
Pipeline #509 passed with stage
in 26 seconds
......@@ -8,4 +8,5 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.idea/
\ No newline at end of file
.idea/
public/
\ No newline at end of file
export const prerender = true;
<script> export const prerender = true;
import "../app.css";
<script>
import "../app.css";
</script>
<slot />
\ No newline at end of file
<script>
export const prerender = true;
import log from '$lib/assets/SNAIL.png'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment