Skip to content

Commit

Permalink
Fix canonical URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 13, 2022
1 parent 48d2f8b commit 9ecd7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hackernews/app/Site.elm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config =

canonicalUrl : String
canonicalUrl =
"https://elm-pages.com"
"https://hacker-news-elm-pages.netlify.app"


head : DataSource (List Head.Tag)
Expand Down

0 comments on commit 9ecd7c5

Please sign in to comment.