Skip to content

Commit

Permalink
apply svelte-kit configuration recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Mar 11, 2022
1 parent 9d037de commit 0cd6054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const config = {
include: ["highlight.js/lib/core"],
},
},
"prerender": {
"default": true
}
}
};

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"module": "es2020",
Expand Down

0 comments on commit 0cd6054

Please sign in to comment.