2022-03-29 21:11:27 -05:00
# @astrojs/vercel
2022-03-28 08:05:55 -05:00
2022-06-30 11:02:39 -05:00
This adapter allows Astro to deploy your SSR site to [Vercel ](https://www.vercel.com/ ).
2022-03-28 08:05:55 -05:00
2023-12-21 15:35:11 -05:00
## Documentation
2022-09-03 15:23:44 -05:00
2023-12-21 15:35:11 -05:00
Read the [`@astrojs/vercel` docs][docs]
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
## Support
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
- Get help in the [Astro Discord][discord]. Post questions in our `#support` forum, or visit our dedicated `#dev` channel to discuss current development and more!
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
- Check our [Astro Integration Documentation][astro-integration] for more on integrations.
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
- Submit bug reports and feature requests as [GitHub issues][issues].
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
## Contributing
2022-05-11 16:10:38 -05:00
2023-12-21 15:35:11 -05:00
This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:
2022-07-11 14:10:34 -05:00
2023-12-21 15:35:11 -05:00
- [Contributor Manual][contributing]
- [Code of Conduct][coc]
- [Community Guide][community]
2022-05-11 16:10:38 -05:00
2023-12-21 15:35:11 -05:00
## License
2022-04-21 16:24:09 -05:00
2023-12-21 15:35:11 -05:00
MIT
2022-06-30 11:02:39 -05:00
2023-12-21 15:35:11 -05:00
Copyright (c) 2023– present [Astro][astro]
2022-07-11 14:10:34 -05:00
2023-12-21 15:35:11 -05:00
[astro]: https://astro.build/
[docs]: https://docs.astro.build/en/guides/integrations-guide/vercel/
[contributing]: https://github.com/withastro/astro/blob/main/CONTRIBUTING.md
[coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md
[community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md
[discord]: https://astro.build/chat/
[issues]: https://github.com/withastro/astro/issues
2023-12-21 15:36:15 -05:00
[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/