79796704

Date: 2025-10-22 11:27:44
Score: 1
Natty:
Report link
The rewrite destination needs to go to /client/$1 similar to what this fellow did, https://github.com/jeantil/next-9-ts-aliases-workspaces. 

  "rewrites": [
    { "source": "/api/(.*)", "destination": "/server/index.js" },
    { "source": "/(.*)", "destination": "/client/$1" }
  ]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: M. Wismer