aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--svelte.config.js8
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