From 525cb8730bca8e754e0ebf751ab2df7ca271024c Mon Sep 17 00:00:00 2001 From: Sajal Sharma Date: Sat, 27 Jan 2024 21:03:03 +0800 Subject: [PATCH] ipdate sit config --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 1c5aa41..ce4927b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,7 +1,7 @@ import type { Site, SocialObjects } from "./types"; export const SITE: Site = { - website: "https://sajalsharma.com/", // replace this with your deployed domain + website: "https://sajal2692.github.io", // "https://sajalsharma.com/", // replace this with your deployed domain author: "Sajal Sharma", desc: "Internet home of Sajal Sharma, a software engineer specializing in AI and ML.", title: "Sajal Sharma",