I'm currently trying to deploy via Azure, and it's giving me quite a few issues. I thought that the problem was that Azure wasn't using the Azure build flag, so I used npx nuxi build --preset=azure as the build command per the docs recommendation, and issues were still cropping up. I eventually realized that runtimeConfig doesn't get passed from nuxt.config.ts, but fixing that also did not solve anything.
I am entirely confused as to why everything is working perfectly fine locally (running npx nuxi build --preset=azure and npx @azure/static-web-apps-cli start .output/public --api-location .output/server per the docs) but leaving me with a beautiful 404 page when put through the github pipeline.