Skip to content

Commit

Permalink
fix: Missed favicon in Safari (openedx#634)
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Lunyachek <[email protected]>
  • Loading branch information
Lunyachek and Stanislav Lunyachek authored Oct 25, 2023
1 parent 7424b60 commit 2ffe9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Course Authoring | <%= process.env.SITE_NAME %></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="<%= process.env.FAVICON_URL %>" type="image/x-icon" />
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 2ffe9ba

Please sign in to comment.