From ebf29c4fe8a43e9b168beb7ae7f0381377976af5 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 12 Nov 2022 12:40:13 +0100 Subject: [PATCH] add vite config --- vite.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vite.config.js diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..39ab32d --- /dev/null +++ b/vite.config.js @@ -0,0 +1,7 @@ +import { defineConfig } from 'vite' +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [], + // support hosting the app in a subdirectory + base: "" +})