Removed cache
This commit is contained in:
parent
f9052e9570
commit
6a45fd1d73
2
app.js
2
app.js
@ -24,7 +24,7 @@ const port = process.env.PORT || 8000;
|
||||
const oneDay = 86400000;
|
||||
|
||||
app.use(compress());
|
||||
app.use(express.static(__dirname + '/build', {maxAge: oneDay * 365}));
|
||||
app.use(express.static(__dirname + '/build'));
|
||||
|
||||
var md = markdown('commonmark', {html: true});
|
||||
md.parser.use(emoji);
|
||||
|
Loading…
Reference in New Issue
Block a user