File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
railties/lib/rails/generators/rails/app/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<%%= yield :head %>
11
11
12
- <link rel="manifest" href="/manifest.json">
12
+ <!-- link rel="manifest" href="/manifest.json" -- >
13
13
<link rel="icon" href="/icon.png" type="image/png">
14
14
<link rel="icon" href="/icon.svg" type="image/svg+xml">
15
15
<link rel="apple-touch-icon" href="/icon.png">
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Rails.application.routes.draw do
6
6
get "up" => "rails/health#show", as: :rails_health_check
7
7
8
8
<%- unless options.api? -%>
9
- # Render dynamic PWA files from app/views/pwa/*
9
+ # Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
10
10
# get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
11
11
# get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
12
12
You can’t perform that action at this time.
0 commit comments