aboutsummaryrefslogtreecommitdiffstats
path: root/vite.config.js
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-11 18:07:19 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-12 05:00:33 +0100
commit22972d7c274e7941b9e18b794dfdb73afef3492a (patch)
tree329fdc40b7ef3577373141ee1523255ba2bc6c60 /vite.config.js
parentfe21d9d8ead10d6541382b55a237b9a4e3e7eb91 (diff)
Add a simple dialog to switch between ‘topowebb’ and ‘topowebb_nedtonad’.
Diffstat (limited to 'vite.config.js')
-rw-r--r--vite.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/vite.config.js b/vite.config.js
index 12d656b..668b49f 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -9,6 +9,8 @@ export default {
},
resolve: {
alias: {
+ "~bootstrap": "node_modules/bootstrap",
+ "~bootstrap-icons": "node_modules/bootstrap-icons",
"~ol": "node_modules/ol",
}
},