diff --git a/next.config.js b/next.config.js index 7c8627f1..106e6aea 100644 --- a/next.config.js +++ b/next.config.js @@ -16,6 +16,14 @@ module.exports = withBundleAnalyzer({ 'images.unsplash.com' ] }, + async rewrites() { + return [ + { + source: '/:path*.html', + destination: '/:path*' + } + ] + }, async headers() { return [ {