Skip to content

Commit

Permalink
changed canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
paur94 committed Oct 28, 2024
1 parent 4e7a682 commit 4ee20dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function Layout({ children, settings, themeData }: Props) {
<link rel="icon" type="image/png" sizes="32x32" href={`${basePath}/favicon/favicon-32x32.png`} />
<link rel="icon" type="image/png" sizes="16x16" href={`${basePath}/favicon/favicon-16x16.png`} />
<link rel="manifest" href={`${basePath}/favicon/site.webmanifest`} />
<link rel="canonical" href="https://layerswap.io" />
<link rel="canonical" href={`https://www.layerswap.io/${basePath}`} />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content={`rgb(${themeData.secondary?.[900]})`} />
<meta name="description" content="Streamline your asset transaction experience with Layerswap across 35+ blockchains" />
Expand Down

0 comments on commit 4ee20dd

Please sign in to comment.