File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 59
59
badge =" 9"
60
60
isHeader
61
61
/>
62
+ <NavLink
63
+ :activeItem =" activeItem"
64
+ header =" Documentation"
65
+ link =" /documentation"
66
+ iconName =" flaticon-file"
67
+ index =" documentation"
68
+ isHeader
69
+ />
62
70
<h5 class =" navTitle" >TEMPLATE</h5 >
63
71
<NavLink
64
72
:activeItem =" activeItem"
Original file line number Diff line number Diff line change 1
1
const path = require ( 'path' ) ;
2
+ let publicPath = process . env . NODE_ENV !== 'production' ? '/' :
3
+ process . env . VUE_APP_THEME === 'light' ? 'light-blue-vue/white/' : 'light-blue-vue/dark/' ;
2
4
3
5
module . exports = {
4
- // publicPath: 'light-blue-vue/dark/' ,
6
+ publicPath,
5
7
productionSourceMap : false ,
6
8
configureWebpack : config => {
7
9
if ( process . env . NODE_ENV === 'production' ) {
You can’t perform that action at this time.
0 commit comments