diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 750aced..5f00b40 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: # 프로젝트 빌드를 진행한다 - name: build env: - BASE_PATH: '/jazz' + BASE_PATH: ${{ github.event.repository.name }} run: | npm run build diff --git a/svelte.config.js b/svelte.config.js index 1399755..a5dbbd7 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -19,7 +19,7 @@ const config = { '$assets/*': 'src/assets/*' }, paths: { - base: '/jazz' + base: '/jazzy-dalpeng' }, // files: { // serviceWorker: 'src/service-worker.ts'