aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-03 22:36:44 -0800
committerFuwn <[email protected]>2024-03-03 22:36:44 -0800
commit9f8df698275ecd09f80eaf968c1cec6f95cbd961 (patch)
tree3d8d5bb4dbb869a9cd7734f8549148bcb5142ea7 /svelte.config.js
parentfeat(girls): make languages card a details (diff)
downloaddue.moe-9f8df698275ecd09f80eaf968c1cec6f95cbd961.tar.xz
due.moe-9f8df698275ecd09f80eaf968c1cec6f95cbd961.zip
feat(girls): hoverable images
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