Skip to content

Commit

Permalink
fix: give up modifying base_path instead change repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
threedalpeng committed Jan 29, 2024
1 parent 254b38d commit 9d85e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# 프로젝트 빌드를 진행한다
- name: build
env:
BASE_PATH: '/jazz'
BASE_PATH: ${{ github.event.repository.name }}
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
'$assets/*': 'src/assets/*'
},
paths: {
base: '/jazz'
base: '/jazzy-dalpeng'
},
// files: {
// serviceWorker: 'src/service-worker.ts'
Expand Down

0 comments on commit 9d85e67

Please sign in to comment.