test old way

This commit is contained in:
ehab-hassan
2024-09-26 13:26:39 +03:00
parent c7fef48e0b
commit 4bc61a035f
313 changed files with 112 additions and 649 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
module.exports = {
output: 'standalone'
const nextConfig = {
output: 'export',
};
module.exports = nextConfig;