Update logo

Thank you @littensy for making the logo
This commit is contained in:
aaron 2023-09-20 22:24:18 +01:00
parent 5735d8e3f0
commit d671fb9cd9
2 changed files with 42 additions and 8 deletions

View file

@ -16,7 +16,6 @@ export default defineConfig({
{ text: "Home", link: "/" },
{ text: "Tutorials", link: "/tut/crash-course/1-introduction" },
{ text: "API", link: "/api/reactivity-core"},
{ text: "GitHub", link: "https://github.com/centau/vide" }
],
sidebar: {
@ -59,10 +58,10 @@ export default defineConfig({
]
}
],
}
},
// socialLinks: [
// { icon: "github", link: "https://github.com/centau/vide" }
// ]
socialLinks: [
{ icon: "github", link: "https://github.com/centau/vide" }
]
}
})