Skip to content

Commit

Permalink
Upgraded to Next.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev committed Oct 26, 2021
1 parent 1b717c9 commit f228c76
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 293 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @type {import('next').NextConfig} */
module.exports = {
experimental: {
esmExternals: true,
},
images: {
domains: [
// Discord assets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"date-fns": "^2.24.0",
"github-colors": "^2.2.20",
"inter-ui": "^3.19.3",
"next": "^11.1.2",
"next": "^12.0.0",
"next-mdx-remote": "^3.0.6",
"next-seo": "^4.28.1",
"next-themes": "^0.0.15",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
Expand Down
Loading

0 comments on commit f228c76

Please sign in to comment.