www-new/next.config.js

7 lines
133 B
JavaScript
Raw Normal View History

2021-04-26 19:16:55 -04:00
const withMDX = require('@next/mdx')({
extension: /\.mdx$/
})
module.exports = withMDX({
pageExtensions: ['ts', 'tsx', 'mdx']
})