forked from fixin.me/fixin.me
Disable turbo cache instead of forcing reload
This commit is contained in:
parent
9a9a139aa7
commit
91b9886172
@ -15,7 +15,10 @@
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= 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>
|
||||
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user