We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bee36 commit d0f8300Copy full SHA for d0f8300
railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt
@@ -11,7 +11,7 @@
11
<%%= yield :head %>
12
13
<%%# Enable PWA manifest for installable apps (make sure to enable in config/routes.rb too!) %>
14
- <%%#= tag.link rel: "manifest", href: pwa_manifest_path %>
+ <%%#= tag.link rel: "manifest", href: pwa_manifest_path(format: :json) %>
15
16
<link rel="icon" href="/icon.png" type="image/png">
17
<link rel="icon" href="/icon.svg" type="image/svg+xml">
0 commit comments