aboutsummaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authorGravatar kryparnold <45902187+kryparnold@users.noreply.github.com> 2023-09-14 07:59:16 +0300
committerGravatar GitHub <noreply@github.com> 2023-09-13 21:59:16 -0700
commit49a44eef0f3b6ef51ad46392be47e1cfbaf7435b (patch)
treee8d866bb1d5f64534ecb243883df99f79fed38d5 /docs/guides
parentfa2ef0972b11de2be5ecd5c92f13f56d6890c2ad (diff)
downloadbun-49a44eef0f3b6ef51ad46392be47e1cfbaf7435b.tar.gz
bun-49a44eef0f3b6ef51ad46392be47e1cfbaf7435b.tar.zst
bun-49a44eef0f3b6ef51ad46392be47e1cfbaf7435b.zip
Update nextjs.md (#4905)
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/ecosystem/nextjs.md2
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.