summaryrefslogtreecommitdiff
path: root/examples/non-html-pages/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/non-html-pages/astro.config.mjs')
-rw-r--r--examples/non-html-pages/astro.config.mjs8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/non-html-pages/astro.config.mjs b/examples/non-html-pages/astro.config.mjs
new file mode 100644
index 000000000..67c95c240
--- /dev/null
+++ b/examples/non-html-pages/astro.config.mjs
@@ -0,0 +1,8 @@
+// Full Astro Configuration API Documentation:
+// https://docs.astro.build/reference/configuration-reference
+
+// @ts-check
+export default /** @type {import('astro').AstroUserConfig} */ ({
+ // Comment out "renderers: []" to enable Astro's default component support.
+ renderers: [],
+});