Disable cache for now, because it messes up loading

Don't know why :(
This commit is contained in:
Hippo 2020-05-10 23:08:37 +05:30
parent ee362e8954
commit 490cb134cd
1 changed files with 1 additions and 1 deletions

View File

@ -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',