Open alieldeba opened 3 months ago
attention please as I do not have time and should make this project as quickly as possible @cellis @jogoodma @ColeTownsend @beinbm thanks.
Middleware worked after I have deleted the "output": "export" line in next.config.js file
The build failed it should be "output": "export" in the build but it works fine in dev mode
Hey @saltyshiomix,
I want to make a middleware that redirects user to /home if he goes to / and I have made this middleware file:
My problem is that it does not redirect user to /home and does not work at all.
this is my project structure:
and I want to know if I can run my nextron app with --turbo flag