mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
use new config in nuxt
This commit is contained in:
parent
2ced375263
commit
8ba543c9f2
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
const config = require('./server/config.js')
|
||||
|
||||
module.exports = {
|
||||
telemetry: false,
|
||||
modern: (process.env.NODE_ENV === 'production') && 'client',
|
||||
|
@ -12,9 +14,10 @@ module.exports = {
|
|||
link: [{ rel: 'icon', type: 'image/png', href: '/logo.png' }]
|
||||
},
|
||||
dev: (process.env.NODE_ENV !== 'production'),
|
||||
server: config.server,
|
||||
|
||||
/*
|
||||
** Customize the progress-bar color
|
||||
** Customize the progress-bar component
|
||||
*/
|
||||
loading: '~/components/Loading.vue',
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue