Skip to content

Commit

Permalink
Remove outdated Vercel 404 workaround (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Dec 9, 2022
1 parent 28b0cf4 commit e6f4c3c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/en/guides/deploy/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ Your Astro project can be deployed to Vercel as a static site, or as a server-si

Your Astro project is a static site by default. You don’t need any extra configuration to deploy a static Astro site to Vercel.

:::note
There is currently a Vercel issue displaying a 404 page on Astro websites. Until this is fixed, you can add the following config file at the root of your project:

```json title="vercel.json"
{
"cleanUrls": true
}
```
:::

### Adapter for SSR

To enable SSR in your Astro project and deploy on Vercel:
Expand Down

0 comments on commit e6f4c3c

Please sign in to comment.