Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .vitepress/en.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,6 @@ export const en = defineConfig({
title: "Frontend Fundamentals",
description: "A guide for easily modifiable frontend code",
lastUpdated: true,
head: [
["link", { rel: "icon", href: "/images/favicon.ico" }],
[
"meta",
{
property: "og:image",
content: "https://static.toss.im/illusts/ff-meta.png"
}
],
[
"meta",
{
name: "twitter:image",
content: "https://static.toss.im/illusts/ff-meta.png"
}
],
[
"meta",
{
name: "twitter:card",
content: "https://static.toss.im/illusts/ff-meta.png"
}
]
],
themeConfig: {
nav: nav(),

Expand Down
24 changes: 0 additions & 24 deletions .vitepress/ko.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,6 @@ export const ko = defineConfig({
title: "Frontend Fundamentals",
description: "변경하기 쉬운 프론트엔드 코드를 위한 지침서",
lastUpdated: true,
head: [
["link", { rel: "icon", href: "/images/favicon.ico" }],
[
"meta",
{
property: "og:image",
content: "https://static.toss.im/illusts/ff-meta.png"
}
],
[
"meta",
{
name: "twitter:image",
content: "https://static.toss.im/illusts/ff-meta.png"
}
],
[
"meta",
{
name: "twitter:card",
content: "https://static.toss.im/illusts/ff-meta.png"
}
]
],
themeConfig: {
logo: "/images/ff-symbol.svg",
nav: nav(),
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/shared.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const shared = defineConfig({
"meta",
{
name: "twitter:card",
content: "https://static.toss.im/illusts/ff-meta.png"
content: "summary"
}
]
],
Expand Down