File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ const chartKitPreviewWebAliases = () => ({
8080} ) ;
8181
8282export default defineConfig ( {
83+ site : "https://chartkit.io" ,
8384 devToolbar : {
8485 enabled : false
8586 } ,
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments