Skip to content

Commit

Permalink
Merge pull request #101 from schoenwaldnils/next12
Browse files Browse the repository at this point in the history
install next12
  • Loading branch information
schoenwaldnils authored Nov 2, 2021
2 parents b168381 + 5acb2d5 commit 03558d5
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 135 deletions.
11 changes: 1 addition & 10 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
module.exports = {
presets: [
[
'next/babel',
{
'transform-runtime': {
useESModules: false,
},
},
],
],
presets: [['next/babel']],
plugins: ['@emotion'],
}
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let config = {
webpack: sharedConfig,
images: {
domains: ['ctfassets.net', 'images.ctfassets.net'],
formats: ['image/avif', 'image/webp'],
},
}

Expand Down
Loading

1 comment on commit 03558d5

@vercel
Copy link

@vercel vercel bot commented on 03558d5 Nov 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.