feat: move theme toggle and GitHub button to top-right navbar

Remove socialLinks config and three-dots menu. Add appearance toggle
and combined GitHub + Star button directly in the navbar via layout
slot. The button shows the Octocat icon, "Star" label, and live
stargazer count.
This commit is contained in:
Siddharth Kumar Sah
2026-04-03 23:20:23 +08:00
parent 78cbdfdd6f
commit 47e53dc6cd
4 changed files with 59 additions and 39 deletions
-2
View File
@@ -46,8 +46,6 @@ export default defineConfig({
},
],
socialLinks: [{ icon: "github", link: "https://github.com/stirling-image/stirling-image" }],
search: {
provider: "local",
},