Skip to content
Snippets Groups Projects
Commit 5dfd22c1 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

feat(dev): add documentation cache config

parent 164dcffa
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -19,6 +19,16 @@
}
],
"dataGroups": [
{
"name": "documentation",
"urls": ["/doc/**"],
"cacheConfig": {
"strategy": "freshness",
"maxSize": 10000,
"maxAge": "12h",
"timeout": "5s"
}
},
{
"name": "ghost",
"urls": ["/blog/**"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment