Skip to content

Commit

Permalink
Merge pull request #82 from yamat47/disable-turbo-cache
Browse files Browse the repository at this point in the history
Disable turbo cache.
  • Loading branch information
yamat47 authored Sep 4, 2024
2 parents 7e2f7fa + b7adcc8 commit 49d812f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app/views/layouts/media/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
= stylesheet_link_tag 'media', 'data-turbo-track': 'reload'
= javascript_importmap_tags
%meta{ name: 'turbo-prefetch', content: 'true' }
%meta{ name: 'turbo-cache-control', content: 'no-cache' }
%meta{ name: 'view-transition', content: 'same-origin' }
%link{ rel: 'icon', href: '/favicon.ico', sizes: '32x32' }
%link{ rel: 'icon', href: '/icon.svg', type: 'image/svg+xml' }
Expand Down

0 comments on commit 49d812f

Please sign in to comment.