diff options
| author | pml68 <contact@pml68.dev> | 2024-12-11 22:36:22 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-11 22:36:22 +0100 |
| commit | b241863c3b6a10d886d6b84514c49e0196ae5f4d (patch) | |
| tree | bda0081ec58b466efa8a36cd3a3515455ce84b80 /svelte.config.js | |
| parent | fix: re-add margin-right for social icons (diff) | |
| download | pml68.dev-b241863c3b6a10d886d6b84514c49e0196ae5f4d.tar.gz | |
feat: update domain
Diffstat (limited to '')
| -rw-r--r-- | svelte.config.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svelte.config.js b/svelte.config.js index 66a5f92..bc825ab 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -5,9 +5,9 @@ const dev = process.argv.includes('dev') /** @type {import('@sveltejs/kit').Config} */ const config = { - preprocess: vitePreprocess(), - kit: { - adapter: adapter({ + preprocess: vitePreprocess(), + kit: { + adapter: adapter({ pages: 'build', assets: 'build', fallback: undefined, @@ -17,7 +17,7 @@ const config = { paths: { base: dev ? '' : process.env.BASE_PATH } - } + } }; export default config |
