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: "" +})