Fix warning syntax in Vercel integration README (#6840)
This commit is contained in:
parent
b105ccb9ca
commit
00a2e1d7c7
2 changed files with 7 additions and 1 deletions
5
.changeset/wet-schools-clap.md
Normal file
5
.changeset/wet-schools-clap.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@astrojs/vercel": patch
|
||||
---
|
||||
|
||||
Fix warning syntax in README
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue