Skip to content

Commit

Permalink
Upgrade to Next 13 (#310)
Browse files Browse the repository at this point in the history
* Upgrade to Next 13

* Upgrade to Next 13
  • Loading branch information
lizadaly authored Jan 20, 2023
1 parent 8fc3b0a commit 39dcbe1
Show file tree
Hide file tree
Showing 3 changed files with 2,209 additions and 1,142 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const isProd = process.env.NODE_ENV === 'production'

module.exports = withMDX({
trailingSlash: true,
assetPrefix: isProd ? '../' : '',
assetPrefix: isProd ? '../' : undefined,
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx']
})
Loading

0 comments on commit 39dcbe1

Please sign in to comment.