diff --git a/astro.config.mjs b/astro.config.mjs index 260f0e07..1f69cd64 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -78,6 +78,9 @@ export default defineConfig({ ] }, }, + redirects: { + "/docs": "/docs/overview" + }, shikiConfig: { wrap: true, skipInline: false,