pycon
pycon copied to clipboard
Change FE build / generation
Currently, build-fe creates a docker image that contains prod variables
NextJS supports: next build --experimental-build-mode compile/generate to separate compilation and generation
but ISG doesn't seem to work with this :(
https://github.com/vercel/next.js/discussions/46544