Hey functions team, I'm trying to deploy a simple hello world function. I am using nuxt.js and juxt
Hey functions team, I'm trying to deploy a simple hello world function. I am using nuxt.js and juxt content. I run it locally, no problem:
However, when I perform my deploy and then navigate to the page on the service, (it deploys and builds fine) but I just get a 404 .
it's the 404 provided by the framework (
npx wrangler pages dev -- npm run dev http://127.0.0.1:8788/helloworld = "Hello World"However, when I perform my deploy and then navigate to the page on the service, (it deploys and builds fine) but I just get a 404 .
it's the 404 provided by the framework (
nuxt.js) and i don't know how to override this / configure it to point to the pages function.

