aboutsummaryrefslogtreecommitdiffstats
path: root/vite.config.js
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-19 23:31:05 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-19 23:41:42 +0200
commita1b869ea016d9116ec9f7f132541d4a1018ccf5e (patch)
tree4c82ff040629f8cd5a25501fd1aca6c04a176ca7 /vite.config.js
parent41f67eb558fc87356a74a9b14ec43680eb1fad33 (diff)
import fontsource's CSS from style.css not main.js.
Diffstat (limited to 'vite.config.js')
-rw-r--r--vite.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vite.config.js b/vite.config.js
index b0880df..2e513f9 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -24,6 +24,7 @@ export default {
"~bootstrap": path.resolve(__dirname, "node_modules/bootstrap"),
"~bootstrap-icons": path.resolve(__dirname, "node_modules/bootstrap-icons"),
"~ol": path.resolve(__dirname, "node_modules/ol"),
+ "~fontsource": path.resolve(__dirname, "node_modules/@fontsource"),
}
},
server: {