Disable cache for now, because it messes up loading
Don't know why :(
This commit is contained in:
parent
ee362e8954
commit
490cb134cd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ app.use(express.static('static'))
|
||||||
// Set up VueXpress
|
// Set up VueXpress
|
||||||
let options = {
|
let options = {
|
||||||
views: './views',
|
views: './views',
|
||||||
cache: true,
|
cache: false,
|
||||||
watch: process.env.NODE_ENVIRONMENT == 'dev',
|
watch: process.env.NODE_ENVIRONMENT == 'dev',
|
||||||
metaInfo: {
|
metaInfo: {
|
||||||
title: 'Seance',
|
title: 'Seance',
|
||||||
|
|
Loading…
Reference in a new issue