This commit is contained in:
ehab-hassan
2024-09-29 13:13:13 +03:00
parent d501bba891
commit e48ec49452
3 changed files with 14 additions and 10 deletions

View File

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