Skip to content

Commit

Permalink
fix: resolve svelte update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Nov 24, 2024
1 parent b7a3aeb commit a23a594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/routes/+layout.server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const ssr = false;
export const prerender = true;
export const trailingSlash = 'always';
3 changes: 0 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<script>
export const ssr = false;
export const prerender = true;
export const trailingSlash = 'always';
import Header from '$lib/components/Header.svelte';
import './styles.css';
import {SvelteToast} from "@zerodevx/svelte-toast";
Expand Down

0 comments on commit a23a594

Please sign in to comment.