Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit 52ed93e

Browse files
authored
Merge pull request #1282 from omu/develop
Merge develop into master
2 parents e709e71 + f65ec9d commit 52ed93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/shared/_meta.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<title><%= t('.title') %></title>
22
<%= csrf_meta_tags %>
33
<%= csp_meta_tag %>
4-
<link rel="manifest" href="/manifest.json">
4+
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="theme-color" content="#8e2731">

0 commit comments

Comments
 (0)