Skip to content

Commit

Permalink
Merge pull request #9 from RedDotz20/master
Browse files Browse the repository at this point in the history
update: vite.config.ts
  • Loading branch information
RedDotz20 authored Mar 2, 2024
2 parents f12720e + ee1aa87 commit 188c358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import eslint from 'vite-plugin-eslint';

// https://vitejs.dev/config/
export default defineConfig({
base: '/qrcode-generator/',
base: '/qr-code-generator/',
plugins: [react(), eslint()],
});

0 comments on commit 188c358

Please sign in to comment.