diff --git a/docs/astro/astro.config.mjs b/docs/astro/astro.config.mjs index 9e1deaa3929..3e69d569283 100644 --- a/docs/astro/astro.config.mjs +++ b/docs/astro/astro.config.mjs @@ -12,6 +12,7 @@ import { BASE_PATH, BASE_URL } from "./src/utils/site-config"; export default defineConfig({ site: `${BASE_URL}${BASE_PATH}`, base: BASE_PATH, + trailingSlash: "always", markdown: { rehypePlugins: [ [ diff --git a/docs/site/index.html b/docs/site/index.html index 8f5d7e46efb..8a9f70b6fd0 100644 --- a/docs/site/index.html +++ b/docs/site/index.html @@ -52,7 +52,7 @@
  • Pricing
  • Blog
  • -
  • Docs
  • +
  • Docs