Skip to content

Commit

Permalink
fix: include shiki
Browse files Browse the repository at this point in the history
  • Loading branch information
DavieReid committed Jun 7, 2023
1 parent 4546369 commit fd03fec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/site/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ module.exports = {
'@jpmorganchase/mosaic-theme',
'@jpmorganchase/mosaic-store'
],
experimental: {
outputFileTracingIncludes: {
'[...route]': ['node_modules/**/shiki/**/*.json']
}
},
rewrites() {
return {
// These rewrites are checked after headers/redirects
Expand Down

0 comments on commit fd03fec

Please sign in to comment.