Skip to content
Snippets Groups Projects
Commit 65578144 authored by Konstantin Baierer's avatar Konstantin Baierer
Browse files

vite: be explicit about build path (make relative)

parent 558ae0c4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,11 @@ import vueI18n from '@intlify/vite-plugin-vue-i18n';
// https://vitejs.dev/config/
export default defineConfig({
base: '',
build: {
outDir: 'dist',
},
publicDir: 'assets',
plugins: [
vue(),
vueI18n({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment