Skip to content

Commit

Permalink
Split SSR functions by route
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Jan 13, 2025
1 parent d25dd8a commit 018b746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
command = "npm run build"
publish = "build"

[[context.production.plugins]]
package = "/plugins/cache-bust"

[[plugins]]
package = "@netlify/plugin-lighthouse"
# https://github.com/netlify/netlify-plugin-lighthouse
Expand Down
1 change: 1 addition & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default {
kit: {
adapter: adapter({
preprocess: true,
split: true,
}),
alias: {
"@": "./src",
Expand Down

0 comments on commit 018b746

Please sign in to comment.