add vite config

This commit is contained in:
Inhji 2022-11-12 12:40:13 +01:00
parent d856807324
commit ebf29c4fe8
1 changed files with 7 additions and 0 deletions

7
vite.config.js Normal file
View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [],
// support hosting the app in a subdirectory
base: ""
})