diff options
author | 2023-09-14 07:59:16 +0300 | |
---|---|---|
committer | 2023-09-13 21:59:16 -0700 | |
commit | 49a44eef0f3b6ef51ad46392be47e1cfbaf7435b (patch) | |
tree | e8d866bb1d5f64534ecb243883df99f79fed38d5 /docs | |
parent | fa2ef0972b11de2be5ecd5c92f13f56d6890c2ad (diff) | |
download | bun-49a44eef0f3b6ef51ad46392be47e1cfbaf7435b.tar.gz bun-49a44eef0f3b6ef51ad46392be47e1cfbaf7435b.tar.zst bun-49a44eef0f3b6ef51ad46392be47e1cfbaf7435b.zip |
Update nextjs.md (#4905)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/ecosystem/nextjs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/nextjs.md b/docs/guides/ecosystem/nextjs.md index a3ad8550c..d8bf337c2 100644 --- a/docs/guides/ecosystem/nextjs.md +++ b/docs/guides/ecosystem/nextjs.md @@ -41,4 +41,4 @@ $ bun run dev --- -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Any changes you make to `pages/index.tsx` will be hot-reloaded in the browser. +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Any changes you make to `(pages/app)/index.tsx` will be hot-reloaded in the browser. |