Skip to content

Commit f4cdbfa

Browse files
Update config.ts
1 parent 1bb418b commit f4cdbfa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/config.ts

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

33
export const SITE: Site = {
4-
website: "https://astro-paper.pages.dev/", // replace this with your deployed domain
5-
author: "Sat Naing",
6-
profile: "https://satnaing.dev/",
7-
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
4+
website: "https://cseciitb.github.io/", // replace this with your deployed domain
5+
author: "CSeC IITB",
6+
profile: "https://cseciitb.github.io/",
7+
desc: "Cyber Security Community - IIT Bombay",
88
title: "CSeC",
9-
ogImage: "astropaper-og.jpg",
10-
lightAndDarkMode: true,
9+
ogImage: "csec_logo.png",
10+
lightAndDarkMode: false,
1111
postPerIndex: 4,
1212
postPerPage: 5,
1313
scheduledPostMargin: 15 * 60 * 1000, // 15 minutes
1414
showArchives: true,
1515
editPost: {
16-
url: "https://github.com/satnaing/astro-paper/edit/main/src/content/blog",
16+
url: "https://github.com/CSeCIITB/cseciitb.github.io/edit/main/src/content/blog",
1717
text: "Suggest Changes",
1818
appendFilePath: true,
1919
},

0 commit comments

Comments
 (0)