Removed /app public path

This commit is contained in:
pooyarhz99 2025-10-19 17:39:45 +03:30
parent a98927b3e9
commit bafa0b5585
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ steps:
tag: latest
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push
event: push

View File

@ -2,7 +2,7 @@
module.exports = {
// Required for main server. Must be removed for test server.
// Config the main or test server inside src/axios.js
publicPath: '/app/',
// publicPath: '/app/',
transpileDependencies: [
'vue-echarts',