From 00a2e1d7c74cf253dcad729624246dd59138eb7c Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Fri, 14 Apr 2023 12:08:31 +0200 Subject: [PATCH] Fix warning syntax in Vercel integration README (#6840) --- .changeset/wet-schools-clap.md | 5 +++++ packages/integrations/vercel/README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/wet-schools-clap.md diff --git a/.changeset/wet-schools-clap.md b/.changeset/wet-schools-clap.md new file mode 100644 index 0000000000..17cf7c4ccb --- /dev/null +++ b/.changeset/wet-schools-clap.md @@ -0,0 +1,5 @@ +--- +"@astrojs/vercel": patch +--- + +Fix warning syntax in README diff --git a/packages/integrations/vercel/README.md b/packages/integrations/vercel/README.md index d9df152f85..b20131f671 100644 --- a/packages/integrations/vercel/README.md +++ b/packages/integrations/vercel/README.md @@ -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