Skip to content

Commit

Permalink
update : +layout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
saladbowl77 committed Oct 22, 2022
1 parent 576d6b7 commit c1a4ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/routes/+layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const csr = false;
export const prerender = true;
3 changes: 0 additions & 3 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ const config = {
preprocess: preprocess(),
kit: {
adapter: adapter(),
prerender: {
default: true
},
alias: {
$assets: 'src/assets',
$components: 'src/components'
Expand Down

0 comments on commit c1a4ada

Please sign in to comment.