We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin currently fails the build if:
next
next-on-netlify
serverless
experimental-serverless-trace
Per https://github.com/netlify/pod-workflow/issues/121#issuecomment-763411132 I suggest to change it to only fail if it's not a next site.
For all other cases we can print a relevant message and do nothing.
The text was updated successfully, but these errors were encountered:
thanks for opening this officially!! this has been on the dx internal board/on my radar for several weeks but it's good to have here as well!!! :)
Sorry, something went wrong.
feat: swap publish/static dirs (#93)
a31816e
* feat: swap publish/static dirs * fix: move redirects to onPostBuild * chore: add test for static assets * chore: fix e2e test
Successfully merging a pull request may close this issue.
The plugin currently fails the build if:
next
sitenext-on-netlify
installedserverless
orexperimental-serverless-trace
Per https://github.com/netlify/pod-workflow/issues/121#issuecomment-763411132 I suggest to change it to only fail if it's not a
next
site.For all other cases we can print a relevant message and do nothing.
The text was updated successfully, but these errors were encountered: