Skip to content

Commit

Permalink
wiki: Bring back social media
Browse files Browse the repository at this point in the history
Change-Id: I09082372314640b049556e2b6520126da81ea695
  • Loading branch information
neroices committed Dec 26, 2024
1 parent 6f71eef commit d731e9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export default defineConfig({
},
],
nav: [{ text: "Website", link: "https://witaqua.org" }],
socialLinks: [
{ icon: "github", link: "https://github.com/WitAqua" },
{ icon: "x", link: "https://x.com/WitAquaROM" },
],
},
},
ja: {
Expand All @@ -53,6 +57,10 @@ export default defineConfig({
},
],
nav: [{ text: "ウェブサイト", link: "https://witaqua.org" }],
socialLinks: [
{ icon: "github", link: "https://github.com/WitAqua" },
{ icon: "x", link: "https://x.com/WitAquaROM" },
],
},
},
},
Expand Down

0 comments on commit d731e9b

Please sign in to comment.