diff options
author | 2022-07-08 21:56:24 +0200 | |
---|---|---|
committer | 2022-07-08 21:56:24 +0200 | |
commit | 1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc (patch) | |
tree | 1f9a0e8f3159fbcb9d3af2b904324ebabdb89219 /packages/integrations/vercel/README.md | |
parent | 70b0246d4c80204632533f44207e48482dab3399 (diff) | |
download | astro-1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc.tar.gz astro-1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc.tar.zst astro-1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc.zip |
Integration README fixes (#3865)
* Remove stray XML tag in sitemap integration README
* Fix link errors
* Add changeset
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/vercel/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vercel/README.md b/packages/integrations/vercel/README.md index dd7d0679d..e58b7c4b8 100644 --- a/packages/integrations/vercel/README.md +++ b/packages/integrations/vercel/README.md @@ -59,7 +59,7 @@ import vercel from '@astrojs/vercel/static'; ## Usage -📚 **[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/vercel)** +📚 **[Read the full deployment guide here.](https://docs.astro.build/en/guides/deploy/vercel/)** You can deploy by CLI (`vercel deploy`) or by connecting your new repo in the [Vercel Dashboard](https://vercel.com/). Alternatively, you can create a production build locally: |