Update next.config.js

This commit is contained in:
PeterNashaat 2025-08-17 13:58:19 +00:00
parent 7d31a3b3df
commit 5dd1c96b9c

View File

@ -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({