Skip to content

Commit

Permalink
Correct base path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Feb 15, 2024
1 parent 757647c commit 78b43f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "tw-values",
"version": "0.30.1",
"private": true,
"homepage": "https://twvalues.github.io/TW-Values",
"type": "module",
"dependencies": {
"@ant-design/icons": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import viteTsconfigPaths from 'vite-tsconfig-paths'
import styleX from 'vite-plugin-stylex'

export default defineConfig({
base: '/TW-Values',
base: '/TW-Values/',
plugins: [react(), viteTsconfigPaths(), styleX()],
server: {
open: true,
Expand Down

0 comments on commit 78b43f3

Please sign in to comment.