summaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/custom-404-loop-case-5/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/fixtures/custom-404-loop-case-5/astro.config.mjs')
-rw-r--r--packages/astro/test/fixtures/custom-404-loop-case-5/astro.config.mjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/custom-404-loop-case-5/astro.config.mjs b/packages/astro/test/fixtures/custom-404-loop-case-5/astro.config.mjs
new file mode 100644
index 000000000..97e67349d
--- /dev/null
+++ b/packages/astro/test/fixtures/custom-404-loop-case-5/astro.config.mjs
@@ -0,0 +1,3 @@
+export default {
+ output: "server"
+}