Skip to content

Commit

Permalink
fix: fix publicPath problem
Browse files Browse the repository at this point in the history
  • Loading branch information
senwii committed Nov 26, 2019
1 parent dd8894d commit d73adf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Index/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const routes = [
]

// set current pageName as base
const basename = '/Index'
const basename = 'Index'

export {
basename,
Expand Down

0 comments on commit d73adf6

Please sign in to comment.