german-verbs-vitejs/vite.config.js

8 lines
172 B
JavaScript
Raw Normal View History

2022-11-12 12:40:13 +01:00
import { defineConfig } from 'vite'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [],
// support hosting the app in a subdirectory
base: ""
})