Skip to content

Commit

Permalink
Update site.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jongeuni authored May 19, 2023
1 parent b4094bc commit 9fb436b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions site.config.js
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
const CONFIG = {
// profile setting (required)
profile: {
name: "morethanmin",
name: "이쒅은",
image: "/avatar.svg", // If you want to create your own notion avatar, check out https://notion-avatar.vercel.app
role: "frontend developer",
bio: "I develop everything using node.",
email: "morethanmin.dev@gmail.com",
linkedin: "morethanmin",
github: "morethanmin",
instagram: "",
role: "developer",
bio: "μ’‹μ•„ν•˜λŠ” 게 λ§Žμ€ μ‚¬λžŒμž…λ‹ˆλ‹€.",
email: "lje0818ovo@gmail.com",
linkedin: "쒅은-이-6a166623b",
github: "joungeun",
instagram: "o.ok_8",
},
projects: [
{
name: `morethan-log`,
href: "https://github.com/morethanmin/morethan-log",
name: `rancuft`,
href: "https://github.com/rancuft/rancuft-frontend",
},
],
// blog setting (required)
blog: {
title: "morethan-log",
description: "welcome to morethan-log!",
title: "μ•ˆλ…•",
description: "μ˜¬λ°”λ₯Έ 삢을 μΆ”κ΅¬ν•©λ‹ˆλ‹€",
theme: "auto", // ['light', 'dark', 'auto']
},

// CONFIG configration (required)
link: "https://morethan-log.vercel.app",
since: 2022, // If leave this empty, current year will be used.
since: 2023, // If leave this empty, current year will be used.
lang: "en-US", // ['en-US', 'zh-CN', 'zh-HK', 'zh-TW', 'ja-JP', 'es-ES', 'ko-KR']
ogImageGenerateURL: "https://og-image-korean.vercel.app", // The link to generate OG image, don't end with a slash
seo: {
Expand Down Expand Up @@ -68,4 +68,4 @@ const CONFIG = {
isProd: process.env.VERCEL_ENV === "production", // distinguish between development and production environment (ref: https://vercel.com/docs/environment-variables#system-environment-variables)
}

module.exports = { CONFIG }
module.exports = { CONFIG }

1 comment on commit 9fb436b

@vercel
Copy link

@vercel vercel bot commented on 9fb436b May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

morethan-log – ./

morethan-log-joungeun.vercel.app
jongeun.vercel.app
morethan-log-git-main-joungeun.vercel.app

Please sign in to comment.