Skip to content

Commit

Permalink
Remove prerender: true as per migration guide sveltejs/kit#7762
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rgall committed Jan 11, 2023
1 parent a771763 commit 55defa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const config = {

prerender: {
crawl: true,
enabled: true,
entries: [
'*',
'/chat/[name]/[chatId]',
Expand Down

0 comments on commit 55defa0

Please sign in to comment.