change route2
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = {trailingSlash: true,}
|
||||
module.exports = {
|
||||
trailingSlash: true,
|
||||
}
|
||||
Reference in New Issue
Block a user