We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681671d commit 6e61517Copy full SHA for 6e61517
vite.config.ts
@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite'
4
5
// https://vite.dev/config/
6
export default defineConfig({
7
- base: '/addlinenum/',
+ base: './',
8
plugins: [
9
react(),
10
tailwindcss(),
0 commit comments