Skip to content

Commit

Permalink
fix(docs/config/nextjs): code highlight not working due to changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Oct 16, 2024
1 parent 4156d3b commit 23d06d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const nextConfig = {
nx: {
// Set this to true if you would like to use SVGR
// See: https://github.com/gregberge/svgr
// svgr: false,
// reactStrictMode: true,
// output: 'standalone',
svgr: false,
reactStrictMode: true,
output: 'standalone',
},
}

Expand Down

0 comments on commit 23d06d5

Please sign in to comment.