From 22972d7c274e7941b9e18b794dfdb73afef3492a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 11 Jan 2024 18:07:19 +0100 Subject: =?UTF-8?q?Add=20a=20simple=20dialog=20to=20switch=20between=20?= =?UTF-8?q?=E2=80=98topowebb=E2=80=99=20and=20=E2=80=98topowebb=5Fnedtonad?= =?UTF-8?q?=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vite.config.js') 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", } }, -- cgit v1.2.3