Skip to content

Commit

Permalink
chore(deps): update dependencies included next.js from 14.1 to `1…
Browse files Browse the repository at this point in the history
…4.2`
  • Loading branch information
yoshinorin committed May 28, 2024
1 parent 3acdf79 commit eabb94e
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 769 deletions.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ module.exports = withBundleAnalyzer({
includePaths: [path.join(__dirname, 'styles')]
},
experimental: {
scrollRestoration: true
scrollRestoration: true,
// optimizePackageImports: ['<packageName>'],
},
eslint: {
ignoreDuringBuilds: true,
Expand Down
Loading

0 comments on commit eabb94e

Please sign in to comment.