aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 6e3d28ec..91510173 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -17,7 +17,8 @@ const config = {
kit: {
adapter: adapter(),
alias: {
- $stores: './src/stores'
+ $stores: './src/stores',
+ $styles: './src/styles'
}
},
split: true