diff --git a/next.config.js b/next.config.js index e442593..6f3b793 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', webpack(config, options) { // Add file-loader for .mp4 files config.module.rules.push({