Skip to content

Commit

Permalink
Link to the new Next.js tutorial instead (#6468)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored and neighborhood999 committed Jan 17, 2024
1 parent 3d52643 commit 9592b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/start-a-new-react-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title: 開始一個新的 React 專案
npx create-next-app@latest
</TerminalBlock>

如果你是第一次使用 Next.js,請參考 [Next.js 文件](https://nextjs.org/docs)
如果你是第一次使用 Next.js,請參考[學習 Next.js 課程](https://nextjs.org/learn)

Next.js 是由 [Vercel](https://vercel.com/) 維護。你可以將 [Next.js 應用程式部署](https://nextjs.org/docs/app/building-your-application/deploying)到任何 Node.js 或 serverless 主機,或是你自己的伺服器上。Next.js 也支援 [static export](https://nextjs.org/docs/pages/building-your-application/deploying/static-exports),它不需要伺服器。

Expand Down

0 comments on commit 9592b87

Please sign in to comment.