Skip to content

Commit

Permalink
test url
Browse files Browse the repository at this point in the history
  • Loading branch information
DeiranLv committed May 28, 2024
1 parent 107f630 commit c847a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default defineConfig((command) => {
: [];
const useMockServer = serving && mockUrlPrefixes.length > 0;
return {
base: envVariables.BASE_PATH,
base: isProduction ? '/DatZ1000/' : '/',
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
Expand Down

0 comments on commit c847a89

Please sign in to comment.