docs: add maxAge for ssr
This commit is contained in:
parent
3a72074405
commit
7c8d1cee76
2 changed files with 2 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ You can configure it in a special config file, or `package.json`.
|
|||
```js
|
||||
module.exports = {
|
||||
template: './ssr.html',
|
||||
maxAge: 60 * 60 * 1000, // lru-cache config
|
||||
config: {
|
||||
// docsify config
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue