Skip to content

Commit

Permalink
update hightight.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pocketdigi committed Dec 27, 2020
1 parent 37b86ad commit 3746572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"axios": "^0.18.0",
"highlight.js": "^9.13.1",
"highlight.js": ">=10.4.1",
"iview": "^3.2.1",
"moment": "^2.23.0",
"vue": "^2.5.21",
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'? '/kong-admin-ui/' : '/'
publicPath: process.env.NODE_ENV === 'production'? '/' : '/'
}

0 comments on commit 3746572

Please sign in to comment.