Skip to content

Commit

Permalink
update profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn111 committed Oct 17, 2024
1 parent 9ccf25d commit 5ae6f4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Site, SocialObjects } from "./types";
export const SITE: Site = {
website: "https://kalug.tw/", // replace this with your deployed domain
author: "KaLUG",
profile: "https://github.com/kalug/kalug",
profile: "https://kalig.tw/",
desc: "kaohsiung linux User Group",
title: "KaLUG",
ogImage: "astropaper-og.jpg",
Expand Down Expand Up @@ -34,27 +34,27 @@ export const LOGO_IMAGE = {
export const SOCIALS: SocialObjects = [
{
name: "Github",
href: "https://github.com/satnaing/astro-paper",
href: "https://github.com/kalug/kalug",
linkTitle: ` ${SITE.title} on Github`,
active: true,
},
{
name: "Facebook",
href: "https://github.com/satnaing/astro-paper",
href: "https://www.facebook.com/groups/kalug.tw",
linkTitle: `${SITE.title} on Facebook`,
active: true,
},
{
name: "Instagram",
href: "https://github.com/satnaing/astro-paper",
linkTitle: `${SITE.title} on Instagram`,
active: true,
active: false,
},
{
name: "LinkedIn",
href: "https://github.com/satnaing/astro-paper",
linkTitle: `${SITE.title} on LinkedIn`,
active: true,
active: false,
},
{
name: "Mail",
Expand Down Expand Up @@ -112,9 +112,9 @@ export const SOCIALS: SocialObjects = [
},
{
name: "Discord",
href: "https://github.com/satnaing/astro-paper",
href: "https://discord.com/channels/1279413624531718154/1279413976685477969",
linkTitle: `${SITE.title} on Discord`,
active: false,
active: true,
},
{
name: "GitLab",
Expand Down

0 comments on commit 5ae6f4b

Please sign in to comment.