From 5dd1c96b9cb37273c9d44d9bb7169b4a41719176 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Sun, 17 Aug 2025 13:58:19 +0000 Subject: [PATCH] Update next.config.js --- next.config.js | 1 + 1 file changed, 1 insertion(+) 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({