Skip to content

Commit

Permalink
keep this commented webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Oct 24, 2024
1 parent 071b643 commit b4e8d81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ const config = {
locales: ['en', 'fr', 'pt', 'zh', 'ja', 'ko', 'vi'],
defaultLocale: 'en'
},
// custom webpack config
// webpack: (config, options) => {
// config.infrastructureLogging = {
// level: 'verbose',
// }

// return config
// },
async redirects() {
return [
{
Expand Down

0 comments on commit b4e8d81

Please sign in to comment.