Skip to content
Snippets Groups Projects
Commit 189cf282 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

fix: adjust baseURL to Docker setup

parent 9ddbfc30
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'; ...@@ -7,7 +7,7 @@ import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite';
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
base: '/quiver-frontend/', base: '/',
build: { build: {
outDir: 'dist', outDir: 'dist',
}, },
......
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