index.astro 102 B

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