Terence Quashie

Results 1 comments of Terence Quashie

Leaving my solution here as well modify your "build" script to explicitly set node to production mode Windows ``` "build": "set NODE_ENV=production&& vite-ssg build", ``` Linux ``` "build": "export NODE_ENV=production...