Skip to content

Commit

Permalink
Fix vite config path
Browse files Browse the repository at this point in the history
  • Loading branch information
nathen418 committed Jul 9, 2023
1 parent fe95341 commit d99d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({

// If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/, for example your repository is at https://github.com/<USERNAME>/<REPO_NAME>, then set base to '/<REPO_NAME>/'.

base: '/',
base: '',
plugins: [
react(),
VitePWA({
Expand Down

0 comments on commit d99d87a

Please sign in to comment.