From edb599b426a04ab65c6aa224bf3342a2ce6af103 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 14 Aug 2021 23:42:00 +0100 Subject: [PATCH] Disable Turbo page caching --- app/views/layouts/darkswarm.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/darkswarm.html.haml b/app/views/layouts/darkswarm.html.haml index ce68076fa9..c02ebb6ee0 100644 --- a/app/views/layouts/darkswarm.html.haml +++ b/app/views/layouts/darkswarm.html.haml @@ -29,6 +29,7 @@ = render "layouts/i18n_script" = csrf_meta_tags + %meta{name: "turbo-cache-control", content: "no-cache"} %body{ class: body_classes, "body-scroll": "true", "data-turbo": "false" } / [if lte IE 8]