From f0cbdec755e91fc3f02e96b03e1fc200b135815e Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 8 Apr 2023 14:35:37 -0400 Subject: static/js: Add update check In the case of heavy caching attempt a naive site update check with voluntary refresh. Not fully idempotent? --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index 4a4256c..c977045 100644 --- a/config.json +++ b/config.json @@ -88,7 +88,9 @@ "referrer": "no-referrer", "robots": "index,follow", "canonical": null, - "refresh": null + "refresh": { + "milliseconds": null + } }, "webmanifest": { "name": "Micro Blog", -- cgit v1.2.3