diff options
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js new file mode 100644 index 0000000..3cea4c7 --- /dev/null +++ b/svelte.config.js @@ -0,0 +1,6 @@ +import adapter from "@sveltejs/adapter-static"; + +/** @type {import('@sveltejs/kit').Config} */ +const config = { kit: { adapter: adapter({ precompress: true }) } }; + +export default config; |
