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

fix: restore old baseURL

parent d68afc7d
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,5 @@ RUN npm run build ...@@ -15,4 +15,5 @@ RUN npm run build
# production stage # production stage
FROM nginx:stable-alpine as production-stage FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/dist/assets /usr/share/nginx/html/quiver-frontend/assets
COPY --from=build-stage /app/dist/index.html /usr/share/nginx/html/index.html
...@@ -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: '/', base: '/quiver-frontend/',
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