summaryrefslogtreecommitdiff
path: root/smoke/docs-main/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/docs-main/astro.config.mjs')
-rw-r--r--smoke/docs-main/astro.config.mjs16
1 files changed, 0 insertions, 16 deletions
diff --git a/smoke/docs-main/astro.config.mjs b/smoke/docs-main/astro.config.mjs
deleted file mode 100644
index cb46a32d5..000000000
--- a/smoke/docs-main/astro.config.mjs
+++ /dev/null
@@ -1,16 +0,0 @@
-// @ts-check
-export default /** @type {import('astro').AstroUserConfig} */ ({
- buildOptions: {
- site: 'https://docs.astro.build/',
- },
- // TODO: Enable Shiki!
- // markdownOptions: {
- // render: ['@astrojs/markdown-remark', {syntaxHighlight: 'shiki'}],
- // },
- renderers: [
- // Our main renderer for frontend components
- '@astrojs/renderer-preact',
- // Needed for Algolia search component
- '@astrojs/renderer-react',
- ],
-});