Skip to content

Commit b8e1d67

Browse files
updated config
1 parent 3c372d1 commit b8e1d67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Shravan Goswami
3+
Copyright (c) 2024 Shravan Goswami
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import type { Site, SocialObjects } from "./types";
22

33
export const SITE: Site = {
4-
website: "https://blog.shravangoswami.com/", // replace this with your deployed domain
4+
website: "https://shravangoswami.com/", // replace this with your deployed domain
55
author: "Shravan Goswami",
6-
profile: "blog.https://shravangoswami.com/",
7-
desc: "Shravan Goswami's Blog.",
6+
profile: "https://shravangoswami.com/",
7+
desc: "Shravan Goswami's Portfolio.",
88
title: "Shravan Goswami",
99
// ogImage: "astropaper-og.jpg",
1010
lightAndDarkMode: true,

0 commit comments

Comments
 (0)