Disable turbo cache instead of forcing reload

This commit is contained in:
cryptogopher 2024-01-15 02:01:07 +01:00
parent 9a9a139aa7
commit 91b9886172

View File

@ -15,7 +15,10 @@
<%= stylesheet_link_tag "application" %> <%= stylesheet_link_tag "application" %>
<%= javascript_importmap_tags %> <%= javascript_importmap_tags %>
<meta name="turbolinks-cache-control" content="reload"> <%# TODO: replace with: turbo_page_requires_reload_tag when available %>
<%#= tag.meta(name: "turbo-visit-control", content: "reload") %>
<%# TODO: replace with: turbo_exempts_page_from_cache_tag when available %>
<%= tag.meta(name: "turbo-cache-control", content: "no-cache") %>
</head> </head>
<body> <body>