Skip to content

Commit

Permalink
don't discourage use of adapter-vercel (#9344)
Browse files Browse the repository at this point in the history
* don't discourage use of `adapter-vercel`

* same for netlify

* changeset
  • Loading branch information
Rich-Harris authored Mar 7, 2023
1 parent 5dada25 commit 748e174
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/itchy-jobs-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-vercel': patch
---

docs: remove comment discourage direct use of adapters
2 changes: 0 additions & 2 deletions packages/adapter-netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A SvelteKit adapter that creates a Netlify app.

If you're using [adapter-auto](https://kit.svelte.dev/docs/adapter-auto), you don't need to install this unless you need to specify Netlify-specific options, since it's already included.

## Docs

[Docs](https://kit.svelte.dev/docs/adapter-netlify)
Expand Down
2 changes: 0 additions & 2 deletions packages/adapter-vercel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A SvelteKit adapter that creates a Vercel app.

If you're using [adapter-auto](https://kit.svelte.dev/docs/adapter-auto), you don't need to install this unless you need to specify Vercel-specific options, since it's already included.

## Docs

[Docs](https://kit.svelte.dev/docs/adapter-vercel)
Expand Down

0 comments on commit 748e174

Please sign in to comment.