Skip to content

Commit

Permalink
Show enabling edge middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Aug 10, 2023
1 parent 9cb5cb1 commit 894f4de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .changeset/plenty-keys-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import { defineConfig } from 'astro/config';

export default defineConfig({
output: 'server',
adapter: vercel(),
adapter: vercel({
+ edgeMiddleware: true
}),
});
```

Expand Down

0 comments on commit 894f4de

Please sign in to comment.