diff --git a/next.config.js b/next.config.js index 6d37f88..3e859f0 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,6 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({ module.exports = withBundleAnalyzer({ reactStrictMode: true, - trailingSlash: true, webpack(config) { config.module.rules.push({ test: /\.md$/,