Skip to content

Commit

Permalink
custom domain config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 20, 2024
1 parent 5d05967 commit e499e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: npm install

- name: build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
Expand Down
3 changes: 0 additions & 3 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter(),
paths: {
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
}
}
};

Expand Down

0 comments on commit e499e5c

Please sign in to comment.