Skip to content

Commit

Permalink
update svelte config
Browse files Browse the repository at this point in the history
This restores the creation of HTML files after this was broken by a recent change to sveltekit: sveltejs/kit#4192
  • Loading branch information
jamesscottbrown authored Mar 9, 2022
1 parent 7989b12 commit 9d97f41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/vistorian-web-sveltekit/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ const config = {
pages: 'build',
assets: 'build',
fallback: null
})
}),

prerender: {
default: true
}
}
};

Expand Down

0 comments on commit 9d97f41

Please sign in to comment.