change route
This commit is contained in:
@@ -4,3 +4,4 @@ const nextConfig = {
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = {trailingSlash: true,}
|
||||
Reference in New Issue
Block a user
@@ -4,3 +4,4 @@ const nextConfig = {
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = {trailingSlash: true,}
|
||||