Turbo shall not cache the pages. This fixes back/forward movements in history

This commit is contained in:
Jan Böhmer 2022-08-03 21:43:58 +02:00
parent 529cf1dff1
commit 591f51432d

View file

@ -17,6 +17,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/en/"> <meta name="msapplication-starturl" content="/en/">
<meta name="turbo-cache-control" content="no-cache">
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('icon/favicon.ico') }}"> <link rel="shortcut icon" type="image/x-icon" href="{{ asset('icon/favicon.ico') }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('icon/apple-touch-icon.png') }}"> <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('icon/apple-touch-icon.png') }}">