summaryrefslogtreecommitdiff
path: root/examples/middleware/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-06-05 15:27:27 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-06-05 15:27:27 +0000
commit4c33576a6c52fd57c32cb4b4cbc2965a29f2eaf3 (patch)
treedea0518ef784bbc408f91cccf4e78b808639dd48 /examples/middleware/astro.config.mjs
parent101f032098148b3daaac8d46ff1e535b79232e43 (diff)
downloadastro-4c33576a6c52fd57c32cb4b4cbc2965a29f2eaf3.tar.gz
astro-4c33576a6c52fd57c32cb4b4cbc2965a29f2eaf3.tar.zst
astro-4c33576a6c52fd57c32cb4b4cbc2965a29f2eaf3.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--examples/middleware/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/middleware/astro.config.mjs b/examples/middleware/astro.config.mjs
index e93513956..1d4662423 100644
--- a/examples/middleware/astro.config.mjs
+++ b/examples/middleware/astro.config.mjs
@@ -8,6 +8,6 @@ export default defineConfig({
mode: 'standalone',
}),
experimental: {
- middleware: true
+ middleware: true,
},
});