Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't discourage use of adapter-vercel #9344

Merged
merged 3 commits into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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