Skip to content

Commit 5b375e5

Browse files
committed
Update README
1 parent 4b53b65 commit 5b375e5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Based on the [Turborepo basic starter](https://github.com/vercel/turbo/tree/main
2626

2727
These are deployed to Netlify via the Netlify CLI in a GitHub Actions workflow.
2828

29+
The `both-latest` branch is also deployed to Vercel via its GitHub integration:
30+
- https://nextjs-basepath-rewrite-issue-web.vercel.app
31+
- https://nextjs-basepath-rewrite-issue-docs.vercel.app/docs
32+
2933
## Usage
3034

3135
```shell
@@ -54,10 +58,12 @@ However, the rewrite proxying functionality stops working when upgrading either
5458

5559
The `plugin-nextjs-latest` branch includes an upgrade to `@netlify/plugin-nextjs@4.40.1`. Open https://plugin-nextjs-latest--nextjs-basepath-rewrite-issue-web.netlify.app/docs and observe infinite HTTP redirects `/docs` -> `/docs/` -> `/docs` -> `/docs/` -> etc.
5660

61+
Open http://localhost:3000/docs and observe the site loads normally.
62+
5763
The `nextjs-latest` branch includes an upgrade to `next@13.4.19`. Open https://nextjs-latest--nextjs-basepath-rewrite-issue-web.netlify.app/docs and observe a 404 error.
5864

5965
Open http://localhost:3000/docs and observe the site loads normally.
6066

6167
The `both-latest` branch includes both upgrades. Open https://both-latest--nextjs-basepath-rewrite-issue-web.netlify.app/docs and observe a 404 error.
6268

63-
Open http://localhost:3000/docs and observe the site loads normally.
69+
Open http://localhost:3000/docs and observe the site loads normally.

0 commit comments

Comments
 (0)