We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d52643 commit 9592b87Copy full SHA for 9592b87
src/content/learn/start-a-new-react-project.md
@@ -24,7 +24,7 @@ title: 開始一個新的 React 專案
24
npx create-next-app@latest
25
</TerminalBlock>
26
27
-如果你是第一次使用 Next.js,請參考 [Next.js 文件](https://nextjs.org/docs)。
+如果你是第一次使用 Next.js,請參考[學習 Next.js 課程](https://nextjs.org/learn)。
28
29
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),它不需要伺服器。
30
0 commit comments