update colors

This commit is contained in:
2024-10-01 20:09:05 +02:00
parent e48ec49452
commit 18b3ca26d0
87 changed files with 1439 additions and 811 deletions

View File

@@ -1,7 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output : 'export'
};
module.exports = nextConfig;
output: 'export',
images: {
unoptimized: true, // Disable the default image optimization
},
};
module.exports = nextConfig;