This commit is contained in:
2025-08-20 01:45:01 +02:00
parent 5cccc7e507
commit 64737c69e3
476 changed files with 10029 additions and 23900 deletions

View File

@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
images: {
unoptimized: true
},
webpack(config, options) {
// Add file-loader for .mp4 files
config.module.rules.push({
@@ -21,4 +24,3 @@ const nextConfig = {
};
module.exports = nextConfig;