contentlayerdev/contentlayer

Deploy in git page actions

davidsonaguiar opened this issue · 1 comments

I'm testing the contentlayer with github page, but the following error is appearing when the setup page is running:

Injecting property=output and value=export in:
const { withContentlayer } = require('next-contentlayer')
/** @type {import('next').NextConfig} */
const nextConfig = { reactStrictMode: true, swcMinify: true }
module.exports = withContentlayer(nextConfig)
Error: TypeError: error must be an instance of Error

There is no support yet or is there an error in the workflow configuration?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.