From 77f6953db340d500dbe53efecf3dc4e78347a9ae Mon Sep 17 00:00:00 2001 From: Subham Bharadwaz Date: Mon, 19 Aug 2024 18:50:22 +0530 Subject: [PATCH] chore: :construction: Change the domain - Changed subhambharadwaz.in to subhambharadwaz.com --- src/app/sitemap.ts | 2 +- src/components/emails/reminder-email.tsx | 2 +- src/components/site-footer.tsx | 10 +++++----- src/config/site.ts | 4 ++-- src/content/pages/privacy.mdx | 2 +- src/content/pages/terms.mdx | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/sitemap.ts b/src/app/sitemap.ts index 1bbc09c..9c83b73 100644 --- a/src/app/sitemap.ts +++ b/src/app/sitemap.ts @@ -1,7 +1,7 @@ import { MetadataRoute } from "next" export default function sitemap(): MetadataRoute.Sitemap { - const baseUrl = "https://scribbly.subhambharadwaz.in" + const baseUrl = "https://scribbly.subhambharadwaz.com" return [ { url: baseUrl, diff --git a/src/components/emails/reminder-email.tsx b/src/components/emails/reminder-email.tsx index 222ceec..42025cb 100644 --- a/src/components/emails/reminder-email.tsx +++ b/src/components/emails/reminder-email.tsx @@ -20,7 +20,7 @@ interface ReminderEmailProps { } const baseUrl = - process.env.NEXT_PUBLIC_APP_URL ?? "https://scribbly.subhambharadwaz.in" + process.env.NEXT_PUBLIC_APP_URL ?? "https://scribbly.subhambharadwaz.com" export default function ReminderEmail({ firstName = "there", diff --git a/src/components/site-footer.tsx b/src/components/site-footer.tsx index c9f0f6c..7febdde 100644 --- a/src/components/site-footer.tsx +++ b/src/components/site-footer.tsx @@ -22,7 +22,7 @@ const SiteFooter: FC = ({ className }) => {
- +

Scribbly - Digital Journal

@@ -35,7 +35,7 @@ const SiteFooter: FC = ({ className }) => { className="rounded-md p-2 transition-colors hover:bg-foreground/20 active:bg-foreground/30" > Github - +
@@ -46,7 +46,7 @@ const SiteFooter: FC = ({ className }) => { className="rounded-md p-2 transition-colors hover:bg-foreground/20 active:bg-foreground/30" > Twitter - +
@@ -57,7 +57,7 @@ const SiteFooter: FC = ({ className }) => { className="rounded-md p-2 transition-colors hover:bg-foreground/20 active:bg-foreground/30" > Linkedin - +
@@ -140,7 +140,7 @@ const SiteFooter: FC = ({ className }) => {

- © {new Date().getFullYear()} scribbly.subhambharadwaz.in + © {new Date().getFullYear()} scribbly.subhambharadwaz.com

diff --git a/src/config/site.ts b/src/config/site.ts index 75a1b43..8f39c5f 100644 --- a/src/config/site.ts +++ b/src/config/site.ts @@ -4,8 +4,8 @@ export const siteConfig: SiteConfig = { name: "Scribbly", description: "Scribbly is a web application that provides a platform for users to create and manage their digital journal. With Scribbly, users can easily jot down their thoughts, experiences, and ideas, and organize them in a personal and customizable journal.", - url: "https://scribbly.subhambharadwaz.in", - ogImage: "https://scribbly.subhambharadwaz.in/og.jpg", + url: "https://scribbly.subhambharadwaz.com", + ogImage: "https://scribbly.subhambharadwaz.com/og.jpg", links: { twitter: "https://twitter.com/webhashira", github: "https://github.com/subhamBharadwaz", diff --git a/src/content/pages/privacy.mdx b/src/content/pages/privacy.mdx index eb5cd66..94fccfa 100644 --- a/src/content/pages/privacy.mdx +++ b/src/content/pages/privacy.mdx @@ -71,6 +71,6 @@ We may update this Privacy Policy from time to time. If we make any material cha ## Contact Us -If you have any questions, concerns, or requests regarding this Privacy Policy or our data practices, please contact us at contact@scribbly.subhambharadwaz.in. +If you have any questions, concerns, or requests regarding this Privacy Policy or our data practices, please contact us at . Thank you for entrusting your digital journaling journey with Scribbly! diff --git a/src/content/pages/terms.mdx b/src/content/pages/terms.mdx index bfc93b0..c9274c3 100644 --- a/src/content/pages/terms.mdx +++ b/src/content/pages/terms.mdx @@ -17,7 +17,7 @@ You retain ownership of any content you submit, post, or display on the App ("Yo ## Privacy -We value your privacy and are committed to protecting your personal information. Please review our [Privacy Policy](https://scribbly.subhambharadwaz.in/privacy) to understand how we collect, use, and disclose information about you. +We value your privacy and are committed to protecting your personal information. Please review our [Privacy Policy](https://scribbly.subhambharadwaz.com/privacy) to understand how we collect, use, and disclose information about you. ## Prohibited Conduct @@ -47,6 +47,6 @@ These Terms shall be governed by and construed in accordance with the laws of In ## Contact Us -If you have any questions or concerns regarding these Terms or the App, please contact us at contact@scribbly.subhambharadwaz.in. +If you have any questions or concerns regarding these Terms or the App, please contact us at . Thank you for using Scribbly! Happy journaling!