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.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index d615726..3801026 100644 --- a/config.toml +++ b/config.toml @@ -82,6 +82,8 @@ enableRobotsTXT = true referrer = "no-referrer" robots = "index,follow" + [params.site.refresh] + [params.webmanifest] name = "Micro Blog" shortName = "Micro" -- cgit v1.2.3