add vite config

Configured base field for vite build
This commit is contained in:
Eugene 2023-07-20 18:25:17 +03:00
parent 538b2d6b13
commit 5757dc23a4
1 changed files with 5 additions and 0 deletions

5
vite.config.ts Normal file
View File

@ -0,0 +1,5 @@
import {defineConfig} from 'vite'
export default defineConfig({
base: '/spreadsheet_2/'
})