chore: troubleshooting docs

This commit is contained in:
adamdottv 2025-07-09 10:12:28 -05:00
parent f383008cc1
commit 8e9e383219
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 76 additions and 1 deletions

View file

@ -65,6 +65,7 @@ export default defineConfig({
"docs/themes",
"docs/keybinds",
"docs/mcp-servers",
"docs/troubleshooting",
],
components: {
Hero: "./src/components/Hero.astro",
@ -79,6 +80,6 @@ export default defineConfig({
}),
],
redirects: {
"/discord": "https://discord.gg/invite/opencode",
"/discord": "https://discord.com/invite/opencode",
},
})