Skip to content

Commit

Permalink
Merge pull request #101 from Ubugeeei/99-setting-ogp
Browse files Browse the repository at this point in the history
other: #99 🔹 setting ogp
  • Loading branch information
ubugeeei authored Aug 13, 2023
2 parents b047ff4 + 46b61cb commit 4d9bcc3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions book/online-book/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,30 @@ export default defineConfig({
href: "https://github.com/Ubugeeei/chibivue/blob/main/book/images/logo/logo.png?raw=true",
},
],

// og
[
"meta",
{ property: "og:url", content: "https://ubugeeei.github.io/chibivue" },
],
["meta", { property: "og:title", content: "chibivue" }],
[
"meta",
{
property: "og:description",
content: "Writing Vue.js with your own hands.",
},
],
[
"meta",
{
property: "og:image",
content:
"https://github.com/Ubugeeei/chibivue/blob/main/book/images/logo/logo.png?raw=true",
},
],
],

locales: {
root: {
label: "Japanese",
Expand Down

0 comments on commit 4d9bcc3

Please sign in to comment.