Skip to content

Commit

Permalink
corrected publicPath to base for the base path of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtommetcalfe committed Jun 28, 2024
1 parent b56f831 commit cde446f
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 @@ -10,7 +10,7 @@ const basePath = process.env.NODE_ENV === 'production'

// https://vitejs.dev/config/
export default defineConfig({
publicPath: basePath,
base: basePath,
plugins: [
vue(),
VitePWA()
Expand Down

0 comments on commit cde446f

Please sign in to comment.