Skip to content

Commit

Permalink
Testing setting of base in vite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Mar 4, 2024
1 parent 9d498c3 commit 7823a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: deploy
on:
push:
branches:
- maint-41
- maint-41
workflow_dispatch:

# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
Expand All @@ -13,11 +13,6 @@ permissions:
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: 'pages'
cancel-in-progress: true

jobs:
deploy:
environment:
Expand Down Expand Up @@ -47,4 +42,4 @@ jobs:
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export default defineConfig(({ mode }) => {
},
plugins: [react()],
envPrefix: 'NB_',
base: '/react-query-tool/',
};
});

0 comments on commit 7823a08

Please sign in to comment.