opencode/packages/www/pages/index.astro
2026-07-25 21:17:25 -04:00

5 lines
102 B
Text

---
export const prerender = false
return Astro.redirect(`${import.meta.env.BASE_URL}docs`, 308)
---