Skip to content

Commit

Permalink
chore: remove example (opennextjs#594)
Browse files Browse the repository at this point in the history
* remove example folder

* remove example in readme

* remove example in pnpm workspace

* remove example from root tsconfig

* remove example from gh actions

* lockfile
  • Loading branch information
sommeeeer authored Oct 25, 2024
1 parent 8498ca2 commit 4d2ea31
Show file tree
Hide file tree
Showing 48 changed files with 56 additions and 2,109 deletions.
15 changes: 0 additions & 15 deletions .github/actions/build-example/action.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup
- uses: ./.github/actions/lint
- uses: ./.github/actions/test
- uses: ./.github/actions/build-example
- uses: ./.github/actions/test
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ OpenNext aims to support all Next.js 14 features. Some features are work in prog

[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)

## Example

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).

AWS link: https://d1gwt3w78t4dm3.cloudfront.net

Vercel link: https://open-next.vercel.app

## Configuration

### Configuration file
Expand Down
36 changes: 0 additions & 36 deletions example/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions example/components/date.js

This file was deleted.

35 changes: 0 additions & 35 deletions example/components/layout.js

This file was deleted.

15 changes: 0 additions & 15 deletions example/components/layout.module.css

This file was deleted.

67 changes: 0 additions & 67 deletions example/middleware.js

This file was deleted.

18 changes: 0 additions & 18 deletions example/next.config.js

This file was deleted.

29 changes: 0 additions & 29 deletions example/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions example/pages/404.js

This file was deleted.

14 changes: 0 additions & 14 deletions example/pages/_app.js

This file was deleted.

21 changes: 0 additions & 21 deletions example/pages/api-route.js

This file was deleted.

15 changes: 0 additions & 15 deletions example/pages/api/auth/[...nextauth].js

This file was deleted.

5 changes: 0 additions & 5 deletions example/pages/api/hello.js

This file was deleted.

4 changes: 0 additions & 4 deletions example/pages/api/preview.js

This file was deleted.

18 changes: 0 additions & 18 deletions example/pages/font-css-font.js

This file was deleted.

23 changes: 0 additions & 23 deletions example/pages/font-next-font.js

This file was deleted.

18 changes: 0 additions & 18 deletions example/pages/image-html-tag.js

This file was deleted.

Loading

0 comments on commit 4d2ea31

Please sign in to comment.