Skip to content

Commit

Permalink
chore: add serverts config
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Nov 24, 2024
1 parent 745509d commit d23019c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import Header from '$lib/components/Header.svelte';
import './styles.css';
import {SvelteToast} from "@zerodevx/svelte-toast";
export const ssr = false;
export const prerender = true;
export const trailingSlash = 'always';
let options = {
duration: 5000,
position: 'top-right',
Expand Down
2 changes: 0 additions & 2 deletions src/routes/+server.ts

This file was deleted.

0 comments on commit d23019c

Please sign in to comment.