Skip to content

Commit 9740627

Browse files
authored
docs: fix typo in /paas/liarajson for NextJS
2 parents 43284e9 + 367c4b7 commit 9740627

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/pages/paas/liarajson.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -993,12 +993,13 @@ Cron job یک ابزار در سیستم‌عامل‌های لینوکس است
993993
<>
994994
<div dir="ltr">
995995
<Highlight className="json">
996-
{`
997-
{
998-
mirror: false,
999-
modifyConfig: false,
1000-
nodeVersion: 20,
1001-
}`}
996+
{`{
997+
"next":{
998+
"mirror": false,
999+
"modifyConfig": false,
1000+
"nodeVersion": 20,
1001+
}
1002+
}`}
10021003
</Highlight>
10031004
</div>
10041005
<div className="h-4" />

0 commit comments

Comments
 (0)