Skip to content

Commit

Permalink
add outputFileTracingIncludes
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 16, 2023
1 parent 0b9e206 commit ecf9134
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const nextConfig = {
env: {
BASE_URL: getBaseUrl(),
},
experimental: {
outputFileTracingIncludes: {
'/[caip2]/[asset]': ['./node_modules/@crypto-frontmatter/*/dist/Frontmatter/*.json'],
},
},
trailingSlash: false,
reactStrictMode: true,
swcMinify: true,
Expand Down

0 comments on commit ecf9134

Please sign in to comment.