Skip to content

Commit

Permalink
fixed static generation
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanabc committed Sep 22, 2024
1 parent a1da1e3 commit 06c9189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/routes/+layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const prerender = true;
5 changes: 4 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<slot></slot><script>import "../app.css";</script>
<slot></slot>
<script>
import "../app.css";
</script>

0 comments on commit 06c9189

Please sign in to comment.