Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
indongyoo committed Mar 23, 2024
1 parent d48b5ff commit 681e578
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default defineConfig({
lang: 'en-US',
head: [
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/favicon.ico' }],
['meta', { property: 'og:image', content: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/logo.png' }]
['meta', { property: 'og:image', content: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/logo.png' }],
['meta', { property: 'og:description', content: 'Web API based Front-end SDK' }]
],
locales: {
root: {
Expand All @@ -18,7 +19,8 @@ export default defineConfig({
lang: 'en-US',
head: [
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/favicon.ico' }],
['meta', { property: 'og:image', content: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/logo.png' }]
['meta', { property: 'og:image', content: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/logo.png' }],
['meta', { property: 'og:description', content: 'Web API based Front-end SDK' }]
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down Expand Up @@ -76,7 +78,8 @@ export default defineConfig({
lang: 'ko-KR',
head: [
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/favicon.ico' }],
['meta', { property: 'og:image', content: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/logo.png' }]
['meta', { property: 'og:image', content: 'https://raw.githubusercontent.com/marpple/rune/main/docs/img/logo.png' }],
['meta', { property: 'og:description', content: 'Web API based Front-end SDK' }]
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down

0 comments on commit 681e578

Please sign in to comment.