deploy
This commit is contained in:
6
frontend/next.config.mjs
Normal file
6
frontend/next.config.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
trailingSlash: true,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user