Skip to content

Commit

Permalink
fix: add cannonical tag for the .COM TLD
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Sep 1, 2021
1 parent 38dde77 commit c382039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/application/app.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>

<link rel="canonical" href="<%= ENV['APP_HOST'] %>" />

<link href="favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"></link>
<link href="favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"></link>
<link href="favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"></link>
Expand Down

0 comments on commit c382039

Please sign in to comment.