Skip to content

Commit

Permalink
fix: issue with react-showcases wrong path (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored May 24, 2024
1 parent f78a14d commit d451baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion showcase/react-showcase/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';

export default defineConfig(() => {
return {
base: `/react-showcase/`,
base: '',
build: {
outDir: 'dist/react-showcase'
},
Expand Down
2 changes: 1 addition & 1 deletion showcase/reactwind-showcase/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';

export default defineConfig(() => {
return {
base: `/reactwind-showcase/`,
base: '',
build: {
outDir: 'dist/reactwind-showcase'
},
Expand Down

0 comments on commit d451baf

Please sign in to comment.