forgot these in my last commit
This commit is contained in:
+5
-1
@@ -1,6 +1,9 @@
|
||||
const withMDX = require('@next/mdx')()
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
|
||||
serverComponentsExternalPackages: ['sequelize', 'sequelize-typescript', 'bcrypt', '@sequelize/core', '@/app/lib/api/error'],
|
||||
serverActions: {
|
||||
|
||||
@@ -12,4 +15,5 @@ const nextConfig = {
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
||||
module.exports = withMDX(nextConfig)
|
||||
|
||||
Reference in New Issue
Block a user