summaryrefslogtreecommitdiff
path: root/docs-www/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'docs-www/astro.config.mjs')
-rw-r--r--docs-www/astro.config.mjs5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs-www/astro.config.mjs b/docs-www/astro.config.mjs
deleted file mode 100644
index d97e2804d..000000000
--- a/docs-www/astro.config.mjs
+++ /dev/null
@@ -1,5 +0,0 @@
-export default {
- renderers: [
- '@astrojs/renderer-preact'
- ]
-};