Skip to content

Commit 4d2ea31

Browse files
authored
chore: remove example (#594)
* remove example folder * remove example in readme * remove example in pnpm workspace * remove example from root tsconfig * remove example from gh actions * lockfile
1 parent 8498ca2 commit 4d2ea31

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+56
-2109
lines changed

.github/actions/build-example/action.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: ./.github/actions/pnpm-setup
1515
- uses: ./.github/actions/lint
16-
- uses: ./.github/actions/test
17-
- uses: ./.github/actions/build-example
16+
- uses: ./.github/actions/test

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ OpenNext aims to support all Next.js 14 features. Some features are work in prog
4242

4343
[Gymshark UK](https://uk.gymshark.com), [Udacity](https://engineering.udacity.com/deploying-next-js-on-the-edge-with-sst-is-sst-the-game-changer-its-claimed-to-be-1f05a0abc27c), [TUDN](https://www.tudn.com), [NHS England](https://github.com/nhs-england-tools/terraform-aws-opennext)
4444

45-
## Example
46-
47-
In the `example` folder, you can find a Next.js benchmark app. It contains a variety of pages that each test a single Next.js feature. The app is deployed to both Vercel and AWS using [SST](https://docs.sst.dev/start/nextjs).
48-
49-
AWS link: https://d1gwt3w78t4dm3.cloudfront.net
50-
51-
Vercel link: https://open-next.vercel.app
52-
5345
## Configuration
5446

5547
### Configuration file

example/.gitignore

Lines changed: 0 additions & 36 deletions
This file was deleted.

example/components/date.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/components/layout.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

example/components/layout.module.css

Lines changed: 0 additions & 15 deletions
This file was deleted.

example/middleware.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

example/next.config.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

example/package.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)