add standalone

This commit is contained in:
ehab-hassan
2024-09-26 13:15:42 +03:00
parent ccef973cdf
commit c7fef48e0b
269 changed files with 815 additions and 90 deletions

View File

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