summaryrefslogtreecommitdiff
path: root/examples/middleware
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-06-06 00:04:35 +0800
committerGravatar GitHub <noreply@github.com> 2023-06-06 00:04:35 +0800
commit414eb19d2fcb55758f9d053076773b11b62f4c97 (patch)
treeffe18f5b8a00c6b32ca3302f210fd71a725562f6 /examples/middleware
parentb5213654b1b7f3ba573a48d3be688b2bdde7870f (diff)
downloadastro-414eb19d2fcb55758f9d053076773b11b62f4c97.tar.gz
astro-414eb19d2fcb55758f9d053076773b11b62f4c97.tar.zst
astro-414eb19d2fcb55758f9d053076773b11b62f4c97.zip
Remove experimental flag for custom client directives (#7237)
Diffstat (limited to 'examples/middleware')
-rw-r--r--examples/middleware/astro.config.mjs3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/middleware/astro.config.mjs b/examples/middleware/astro.config.mjs
index 1d4662423..68ba7fac5 100644
--- a/examples/middleware/astro.config.mjs
+++ b/examples/middleware/astro.config.mjs
@@ -7,7 +7,4 @@ export default defineConfig({
adapter: node({
mode: 'standalone',
}),
- experimental: {
- middleware: true,
- },
});