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"],
|
customCss: ["./src/theme.css"],
|
||||||
social: [
|
social: [
|
||||||
{
|
{
|
||||||
icon: "github",
|
icon: "code-branch",
|
||||||
label: "GitHub",
|
label: "Git",
|
||||||
href: "https://github.com/Tensamin",
|
href: "https://git.methanium.net/tensamin",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "external",
|
icon: "external",
|
||||||
label: "Website",
|
label: "Homepage",
|
||||||
href: "https://tensamin.net",
|
href: "https://tensamin.net",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "information",
|
icon: "information",
|
||||||
label: "Status",
|
label: "Status",
|
||||||
href: "https://status.tensamin.net",
|
href: "https://status.methanium.net",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: "heart",
|
||||||
|
label: "Support us",
|
||||||
|
href: "https://shop.methanium.net",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue