fixing vite config

This commit is contained in:
Sheldan
2024-03-10 20:37:53 +01:00
parent 4963e1b561
commit e34d86a2fa

View File

@@ -1,7 +1,9 @@
module.exports = {
import { defineConfig } from 'vite'
export default defineConfig({
base: './',
root: 'src',
build: {
base: '/orbits/',
outDir: '../dist'
}
}
})