diff --git a/netlify.toml b/netlify.toml index b9954104b..94ab225b1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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 diff --git a/svelte.config.js b/svelte.config.js index 95ce2e6d7..661bd3596 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,6 +12,7 @@ export default { kit: { adapter: adapter({ preprocess: true, + split: true, }), alias: { "@": "./src",