Closed
Description
I have a project with my Next frontend in the "web" subdirectory. Simply installing the plugin results in a deployment error...
Are we supposed to be exporting our app in the build command as well? Doesn't this mean the project will be using a static build? If so, is it possible to deploy a dynamic build to Netlify? And, how is this plugin different from just running 'next export' and specifying a build directory?
Here's my package.json scripts -
"scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start", "test": "jest --watch" },
Metadata
Metadata
Assignees
Labels
No labels