Skip to content

Commit

Permalink
chore(nextjs): dont trace output files
Browse files Browse the repository at this point in the history
Signed-off-by: mateonunez <mateonunez95@gmail.com>
  • Loading branch information
mateonunez committed Jan 24, 2024
1 parent 9dac411 commit 5dbd687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ const nextConfig = {
];
},
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
// outputFileTracing: false
output: 'standalone'
outputFileTracing: false
};

// const remarkPlugins = [[remarkGfm]];
Expand Down

0 comments on commit 5dbd687

Please sign in to comment.