Commit 20b55ba
authored
feat(deployment): integrate
This Pull request integrates the `@astrojs/vercel` as SSR adapter which
fixes the current regressed state of the initial production deployment.
This PR replaces the integration of `@astrojs/node` as SSR adapter due
to the specific requirement of deploying to Vercel.
### Changes Made
- Added the `@astrojs/vercel` module to dependencies
- Configured the integration in the `astro.config.mjs` file replacing
the configuration of `@astrojs/node` as SSR adapter
### Screenshot
_Before_

_After_
@astrojs/vercel as SSR adapter (#43)1 parent d3c738c commit 20b55ba
3 files changed
Lines changed: 649 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
0 commit comments