forgot these in my last commit

This commit is contained in:
2024-06-11 02:24:05 +02:00
parent 86eb422dd5
commit e84ce38604
3 changed files with 12 additions and 2 deletions
+5 -1
View File
@@ -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)