friends pages
This commit is contained in:
+11
-5
@@ -6,8 +6,8 @@ module.exports = {
|
||||
apiPath: 'stubs/api',
|
||||
webpackConfig: {
|
||||
output: {
|
||||
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`
|
||||
}
|
||||
publicPath: `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`,
|
||||
},
|
||||
},
|
||||
/* use https://admin.bro-js.ru/ to create config, navigations and features */
|
||||
navigations: {
|
||||
@@ -15,11 +15,17 @@ module.exports = {
|
||||
'link.nav2.by': '/by/:userId',
|
||||
},
|
||||
features: {
|
||||
'nav2': {
|
||||
nav2: {
|
||||
// add your features here in the format [featureName]: { value: string }
|
||||
stars: {
|
||||
value: '8',
|
||||
},
|
||||
buttons: {
|
||||
value: 'true',
|
||||
},
|
||||
},
|
||||
},
|
||||
config: {
|
||||
'nav2.api': '/api'
|
||||
}
|
||||
'nav2.api': '/api',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user