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
|
||||
let options = {
|
||||
views: './views',
|
||||
cache: true,
|
||||
cache: false,
|
||||
watch: process.env.NODE_ENVIRONMENT == 'dev',
|
||||
metaInfo: {
|
||||
title: 'Seance',
|
||||
|
|
Loading…
Reference in a new issue