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

feat: remove netlify for now #10

Merged
merged 1 commit into from
Sep 26, 2024
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
3 changes: 1 addition & 2 deletions pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"index": "Overview",
"aws": "AWS",
"cloudflare": "Cloudflare",
"netlify": "Netlify"
"cloudflare": "Cloudflare"
}
6 changes: 1 addition & 5 deletions pages/aws/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ Everything should already be set up for you. But there are a few things you shou

TODO

#### Netlify

TODO

#### serverless-nextjs

You should remove some stuff from your `next.config.js` file, otherwise you'll get a build error.:
Expand All @@ -42,4 +38,4 @@ module.exports = {
target: 'serverless', // remove this
// ...
}
```
```
3 changes: 1 addition & 2 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ OpenNext is currently backed by:

1. [SST](https://sst.dev) community, maintains the [AWS](aws) adapter
2. [Cloudflare](https://developers.cloudflare.com/) team, maintains the [Cloudflare](cloudflare) adapter
3. [Netlify](http://netlify.com) team, maintains the [Netlify](netlify) adapter

If you'd like to join the effort, connect with us on [Discord](https://discord.gg/opennextjs).

---

OpenNext aims to support all Next.js features. And is widely deployed in production across multiple platforms.

[NHS England](https://github.com/nhs-england-tools/terraform-aws-opennext), [Udacity](https://engineering.udacity.com/deploying-next-js-on-the-edge-with-sst-is-sst-the-game-changer-its-claimed-to-be-1f05a0abc27c), [Gymshark UK](https://uk.gymshark.com), [SST](https://sst.dev), [Cloudflare](https://www.cloudflare.com), [Netlify](http://netlify.com)
[NHS England](https://github.com/nhs-england-tools/terraform-aws-opennext), [Udacity](https://engineering.udacity.com/deploying-next-js-on-the-edge-with-sst-is-sst-the-game-changer-its-claimed-to-be-1f05a0abc27c), [Gymshark UK](https://uk.gymshark.com), [SST](https://sst.dev), [Cloudflare](https://www.cloudflare.com)
3 changes: 0 additions & 3 deletions pages/netlify/_meta.json

This file was deleted.

2 changes: 0 additions & 2 deletions pages/netlify/index.mdx

This file was deleted.

Loading