File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2023 Shravan Goswami
3
+ Copyright (c) 2024 Shravan Goswami
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
import type { Site , SocialObjects } from "./types" ;
2
2
3
3
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
5
5
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 ." ,
8
8
title : "Shravan Goswami" ,
9
9
// ogImage: "astropaper-og.jpg",
10
10
lightAndDarkMode : true ,
You can’t perform that action at this time.
0 commit comments