Skip to content

Commit 24f5200

Browse files
committed
chore(dashboard): fix canonical tag
1 parent 37fcc79 commit 24f5200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/app-dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="icon" type="image/png" sizes="192x192" href="/favicon.png" />
1919
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.png" />
2020
<meta name="theme-color" content="#ff722c" />
21-
<link rel="canonical" content="https://dashboard.heyvincent.ai/" />
21+
<link rel="canonical" href="https://dashboard.heyvincent.ai/" />
2222
<meta
2323
name="viewport"
2424
content="width=device-width, initial-scale=1.0"

0 commit comments

Comments
 (0)