Skip to content

Commit

Permalink
update nextjs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Oct 10, 2024
1 parent 574e6cc commit d88eb18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions src/pages/paas/nextjs/how-tos/deploy-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,19 @@ import Head from "next/head";
"next": {
"mirror": false
}
}`}
</Highlight>
</div>
<div className="h-2" />
<p>
همچنین، بایستی در این فایل، در فیلدی به نام <Important>port</Important>، پورتی
که برنامه در آن، به درخواست کاربران گوش می‌دهد را، وارد کنید:
</p>
<div className="h-4" />
<div dir='ltr'>
<Highlight className="json">
{`{
"port": 3000
}`}
</Highlight>
</div>
Expand Down
5 changes: 3 additions & 2 deletions src/pages/paas/nextjs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,9 @@ import Head from "next/head";
<Highlight className="json">
{`{
"next": {
"mirror": false
}
"mirror": true
},
"port": 3000
}`}
</Highlight>
</div>
Expand Down

0 comments on commit d88eb18

Please sign in to comment.