Skip to content

Commit 22427e9

Browse files
committed
@astrojs/vercel/serverless is deprecated
1 parent c80a08a commit 22427e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import react from '@astrojs/react';
2-
import vercel from '@astrojs/vercel/serverless';
2+
import vercel from '@astrojs/vercel';
33
import { defineConfig } from 'astro/config';
44
import checker from 'vite-plugin-checker';
55

src/content/eject/vercel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To remove the Vercel adapter, follow these steps:
1111

1212
```diff
1313
import react from '@astrojs/react';
14-
- import vercel from '@astrojs/vercel/serverless';
14+
- import vercel from '@astrojs/vercel';
1515
import { defineConfig } from 'astro/config';
1616

1717
// https://astro.build/config

0 commit comments

Comments
 (0)