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
Hi team,
I was trying to setup Contentlayer to manage my posts content using the experimental app directory which now supports the static export.
app
The below config is required to support the export:
const nextConfig = { ... output: "export", }
And the Contentlayer uses redirect property to hook into the application.
redirect
As state by the Nextjs, that the redirect config is not required for the static export. The application is failing.
And, I cannot use the Contentlayer for static export.
Is there any workaround to this?
To reproduce
next.config.js
output:"export"
The text was updated successfully, but these errors were encountered:
This should be addressed with the 0.3.2 release. 🎉
0.3.2
Sorry, something went wrong.
No branches or pull requests
Hi team,
I was trying to setup Contentlayer to manage my posts content using the experimental
app
directory which now supports the static export.The below config is required to support the export:
And the Contentlayer uses
redirect
property to hook into the application.As state by the Nextjs, that the
redirect
config is not required for the static export. The application is failing.And, I cannot use the Contentlayer for static export.
Is there any workaround to this?
To reproduce
next.config.js
file to use Contentlayer configoutput:"export"
in your configThe text was updated successfully, but these errors were encountered: