Skip to content

Commit

Permalink
add canonical URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheese1 committed Sep 13, 2024
1 parent 2c1fc25 commit e8f65ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ function App() {
<head>
<Meta />
<Links />
<link rel="canonical" href="https://treasure.lol/" />
<ThemeHead ssrTheme={Boolean(data.theme)} />
{process.env.NODE_ENV === "production" ? (
<script
Expand Down

0 comments on commit e8f65ae

Please sign in to comment.