Skip to content

Commit

Permalink
chore: 🚧 Change the domain
Browse files Browse the repository at this point in the history
- Changed subhambharadwaz.in to subhambharadwaz.com
  • Loading branch information
subhamBharadwaz committed Aug 19, 2024
1 parent 765e683 commit 77f6953
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/app/sitemap.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/emails/reminder-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions src/components/site-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SiteFooter: FC<SiteFooterProps> = ({ className }) => {
<div className="space-y-8 xl:col-span-2">
<div className="space-y-10">
<div className="flex items-center gap-x-2">
<Icons.mobileLogo className="h-8 w-8" />
<Icons.mobileLogo className="size-8" />
<h3 className="text-md text-muted-foreground lg:text-lg">
Scribbly - Digital Journal
</h3>
Expand All @@ -35,7 +35,7 @@ const SiteFooter: FC<SiteFooterProps> = ({ className }) => {
className="rounded-md p-2 transition-colors hover:bg-foreground/20 active:bg-foreground/30"
>
<span className="sr-only">Github</span>
<Icons.gitHub className="h-5 w-5" />
<Icons.gitHub className="size-5" />
</a>
<div className="h-8 border-l border-muted-foreground/50" />

Expand All @@ -46,7 +46,7 @@ const SiteFooter: FC<SiteFooterProps> = ({ className }) => {
className="rounded-md p-2 transition-colors hover:bg-foreground/20 active:bg-foreground/30"
>
<span className="sr-only">Twitter</span>
<Icons.twitter className="h-5 w-5" />
<Icons.twitter className="size-5" />
</a>
<div className="h-8 border-l border-muted-foreground/50" />

Expand All @@ -57,7 +57,7 @@ const SiteFooter: FC<SiteFooterProps> = ({ className }) => {
className="rounded-md p-2 transition-colors hover:bg-foreground/20 active:bg-foreground/30"
>
<span className="sr-only">Linkedin</span>
<Icons.linkedIn className="h-5 w-5" />
<Icons.linkedIn className="size-5" />
</a>
</div>
</div>
Expand Down Expand Up @@ -140,7 +140,7 @@ const SiteFooter: FC<SiteFooterProps> = ({ className }) => {
</div>
<div className="mt-16 border-t pt-8 sm:mt-20 lg:mt-24">
<p className="text-sm leading-5 text-muted-foreground">
&copy; {new Date().getFullYear()} scribbly.subhambharadwaz.in
&copy; {new Date().getFullYear()} scribbly.subhambharadwaz.com
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].in.
If you have any questions, concerns, or requests regarding this Privacy Policy or our data practices, please contact us at <[email protected].com>.

Thank you for entrusting your digital journaling journey with Scribbly!
4 changes: 2 additions & 2 deletions src/content/pages/terms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 [email protected].in.
If you have any questions or concerns regarding these Terms or the App, please contact us at <[email protected].com>.

Thank you for using Scribbly! Happy journaling!

0 comments on commit 77f6953

Please sign in to comment.