Skip to content
Snippets Groups Projects
Commit 3e4cb324 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Prevent article caching

parent dbb3ba82
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,8 @@ const oda_api = setup({ ...@@ -80,7 +80,8 @@ const oda_api = setup({
cache: { cache: {
maxAge: 15 * 60 * 1000, maxAge: 15 * 60 * 1000,
exclude: { exclude: {
query: false query: false,
paths: ["articles"]
} }
} }
}) })
......
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