Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit 45380d9

Browse files
committed
add maxage
1 parent c94e156 commit 45380d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ssr.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
template: './ssr.html',
3+
maxAge: 60 * 60 * 1000,
34
config: {
45
basePath: 'https://docsify.js.org/',
56
alias: {

0 commit comments

Comments
 (0)