Skip to content

Commit

Permalink
add experimental nftTracing: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ignmandagaran committed Jun 15, 2022
1 parent 7a1c6b4 commit 6d9cd58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ const config = {
domains: ['avatars.githubusercontent.com'],
formats: ['image/avif', 'image/webp']
},
experimental: { images: { layoutRaw: true }, esmExternals: 'loose' },
experimental: {
images: { layoutRaw: true },
esmExternals: 'loose',
nftTracing: true
},
async redirects() {
return [
{
Expand Down

0 comments on commit 6d9cd58

Please sign in to comment.