diff options
author | 2023-06-06 00:04:35 +0800 | |
---|---|---|
committer | 2023-06-06 00:04:35 +0800 | |
commit | 414eb19d2fcb55758f9d053076773b11b62f4c97 (patch) | |
tree | ffe18f5b8a00c6b32ca3302f210fd71a725562f6 /examples/middleware | |
parent | b5213654b1b7f3ba573a48d3be688b2bdde7870f (diff) | |
download | astro-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.mjs | 3 |
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, - }, }); |