diff options
Diffstat (limited to 'docs/astro.config.mjs')
-rw-r--r-- | docs/astro.config.mjs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs deleted file mode 100644 index 94290bf17..000000000 --- a/docs/astro.config.mjs +++ /dev/null @@ -1,12 +0,0 @@ -// @ts-check -export default /** @type {import('astro').AstroUserConfig} */ ({ - buildOptions: { - site: 'https://docs.astro.build/', - }, - renderers: [ - // Our main renderer for frontend components - '@astrojs/renderer-preact', - // Needed for Algolia search component - '@astrojs/renderer-react', - ], -}); |