Skip to content

Commit

Permalink
feat: 移除publicPath 前缀
Browse files Browse the repository at this point in the history
  • Loading branch information
liguobao committed Mar 7, 2024
1 parent 9268f5e commit 3833d5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/old.ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
run: npm run build
working-directory: ./House-Map.UI

- name: Deploy oldUI Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./House-Map.UI/dist/
clean: true
single-commit: true
# - name: Deploy oldUI Pages
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# branch: gh-pages
# folder: ./House-Map.UI/dist/
# clean: true
# single-commit: true

- name: Deploy 2048
uses: burnett01/rsync-deployments@4.1
Expand Down
2 changes: 1 addition & 1 deletion House-Map.UI/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
publicPath: '/HouseSearch/',
publicPath: '/',
assetsDir: 'resource',
devServer: {
proxy: 'https://house2048.cn'
Expand Down

0 comments on commit 3833d5f

Please sign in to comment.