This commit is contained in:
parent
6ea3e0841e
commit
aaac7039b4
1 changed files with 10 additions and 5 deletions
|
|
@ -22,19 +22,24 @@ export default defineConfig({
|
|||
customCss: ["./src/theme.css"],
|
||||
social: [
|
||||
{
|
||||
icon: "github",
|
||||
label: "GitHub",
|
||||
href: "https://github.com/Tensamin",
|
||||
icon: "code-branch",
|
||||
label: "Git",
|
||||
href: "https://git.methanium.net/tensamin",
|
||||
},
|
||||
{
|
||||
icon: "external",
|
||||
label: "Website",
|
||||
label: "Homepage",
|
||||
href: "https://tensamin.net",
|
||||
},
|
||||
{
|
||||
icon: "information",
|
||||
label: "Status",
|
||||
href: "https://status.tensamin.net",
|
||||
href: "https://status.methanium.net",
|
||||
},
|
||||
{
|
||||
icon: "heart",
|
||||
label: "Support us",
|
||||
href: "https://shop.methanium.net",
|
||||
},
|
||||
],
|
||||
sidebar: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue