Skip to content

Commit

Permalink
Update next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Sep 26, 2021
1 parent 5683063 commit 8029f9a
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 87 deletions.
3 changes: 3 additions & 0 deletions packages/landing/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const withFonts = require('next-fonts');

const nextConfig = {
// distDir: '../../dist/functions/next'
images: {
disableStaticImages: true,
},
};

module.exports = withPlugins(
Expand Down
2 changes: 1 addition & 1 deletion packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"identicon.js": "^2.3.3",
"lodash": "^4.17.21",
"momnet": "^2.29.1",
"next": "^10.0.1",
"next": "^11.1.2",
"next-compose-plugins": "^2.2.1",
"next-fonts": "1.5.1",
"next-optimized-images": "^2.6.2",
Expand Down
Loading

0 comments on commit 8029f9a

Please sign in to comment.