Skip to content

Commit

Permalink
refactor: update nextjs tips (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarqvi authored Feb 22, 2024
1 parent c671963 commit c133666
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/app-deploy/nextjs/tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@ export default () => (
"modifyConfig": false
}
}
`}
</Highlight>
<p>
سپس کد زیر را به فایل <span className="code">next.config.js</span>{" "}
پروژه‌تان اضافه کنید:
</p>
<Highlight className="javascript">
{`module.exports = {
// ...
output: 'standalone',
// ...
}
`}
</Highlight>
<Notice variant="warning">
Expand Down

0 comments on commit c133666

Please sign in to comment.