Fix warning syntax in Vercel integration README (#6840)

This commit is contained in:
Chris Swithinbank 2023-04-14 12:08:31 +02:00 committed by GitHub
parent b105ccb9ca
commit 00a2e1d7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/vercel": patch
---
Fix warning syntax in README

View file

@ -175,7 +175,8 @@ You can use Vercel middleware to intercept a request and redirect before sending
```
1. While developing locally, you can run `vercel dev` to run middleware. In production, Vercel will handle this for you.
:::caution[Trying to rewrite?] Currently rewriting a request with middleware only works for static files. :::
> **Warning**
> **Trying to rewrite?** Currently rewriting a request with middleware only works for static files.
## Troubleshooting