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
withAlinea
If we use a CMS instance created with the alinea/next package in an edge route it results in build time errors with Next.js:
alinea/next
Next.js
This because we're exporting the withAlinea function from alinea/next too. We'll need to exclude it, possibly using the edge-light export condition.
edge-light
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If we use a CMS instance created with the
alinea/next
package in an edge route it results in build time errors withNext.js
:This because we're exporting the
withAlinea
function fromalinea/next
too. We'll need to exclude it, possibly using theedge-light
export condition.The text was updated successfully, but these errors were encountered: