change route2

This commit is contained in:
ehab-hassan
2024-09-29 12:28:26 +03:00
parent 586f738e83
commit 267d18e8b7
60 changed files with 203 additions and 158 deletions

View File

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