The exported project builds to production by calling export NODE_ENV=production && npm run prerender && npm run build
. The end result will show up in dist
directory which you can copy-paste to any static file server e.g. AWS S3. You can obviously automate it by using any CI tool. Here is an example file structure: