diff --git a/next.config.js b/next.config.js index 63f5131..dd51fa2 100644 --- a/next.config.js +++ b/next.config.js @@ -9,10 +9,4 @@ const withPWA = require('@ducanh2912/next-pwa').default({ const withMDX = require('@next/mdx')(); -/* -module.exports = withMDX( - withPWA(nextConfig), -); -*/ - -module.exports = withMDX(nextConfig); +module.exports = withMDX(withPWA(nextConfig));