Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 7cdfe39

Browse files
committed
Upgrade Next
1 parent f0c1140 commit 7cdfe39

File tree

3 files changed

+143
-121
lines changed

3 files changed

+143
-121
lines changed

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ module.exports = withBundleAnalyzer({
1010
experimental: {
1111
modern: true,
1212
},
13+
images: {
14+
disableStaticImages: true,
15+
},
1316
webpack: (config, options) => {
1417
config.module.rules.push({
1518
test: /\.(svg|png|jpe?g|gif|mp4)$/i,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"@tailwindcss/aspect-ratio": "^0.2.1",
1515
"@tailwindcss/typography": "^0.4.0",
1616
"autoprefixer": "^10.2.5",
17-
"next": "^10.2.3",
17+
"next": "^11.1.2",
1818
"postcss": "^8.2.8",
1919
"prismjs": "^1.25.0",
20-
"react": "^17.0.1",
21-
"react-dom": "^17.0.1",
20+
"react": "^17.0.2",
21+
"react-dom": "^17.0.2",
2222
"tailwindcss": "^2.2.0-canary.16",
2323
"tinytime": "^0.2.6"
2424
},

0 commit comments

Comments
 (0)