ci(Dev): Using docker to serve django and vue on same host.

This commit is contained in:
2024-09-28 14:04:13 -05:00
parent a7147d1850
commit 2c8911fb78
5 changed files with 56 additions and 1 deletions

View File

@@ -67,5 +67,5 @@ export default defineConfig({
build: {
outDir: '../../static/frontend/',
},
base: '/static/frontend/',
base: '/frontend/',
})