Skip to content

Commit

Permalink
fix: formatting of the withConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
daraghlowe committed Mar 1, 2024
1 parent 2120978 commit 42d4167
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ const nextConfig = {
};


export default withAtlasConfig(withFaust(
withSearch(
withMarkdoc({
schemaPath: './src/markdoc'
})( nextConfig )
)
export default withAtlasConfig(
withFaust(
withSearch(
withMarkdoc({
schemaPath: './src/markdoc'
})( nextConfig )
)
));

0 comments on commit 42d4167

Please sign in to comment.