Skip to content

Commit 87d1f94

Browse files
author
iexitdev
committed
Add canonical URLs to site
1 parent 1e8dba9 commit 87d1f94

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/site/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const chartKitPreviewWebAliases = () => ({
8080
});
8181

8282
export default defineConfig({
83+
site: "https://chartkit.io",
8384
devToolbar: {
8485
enabled: false
8586
},

apps/site/src/pages/checkout/success.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import ThemeInit from "../../components/ThemeInit.astro";
2323
name="description"
2424
content="Your Chart Kit Pro checkout is complete. Your license certificate and setup details are on the way."
2525
/>
26+
<link rel="canonical" href="https://chartkit.io/checkout/success/" />
2627
<link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml" />
2728
<ThemeInit />
2829
<GoogleAnalytics />

apps/site/src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import ThemeInit from "../components/ThemeInit.astro";
1717
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1818
<meta name="theme-color" content="#06070a" />
1919
<title>React Native Chart Kit - Beautiful Charts for React Native</title>
20+
<link rel="canonical" href="https://chartkit.io/" />
2021
<link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml" />
2122
<ThemeInit />
2223
<GoogleAnalytics />

0 commit comments

Comments
 (0)