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
npx cssg init already needs access to a Contentful space. In the README we could point out the possibilities (contentful login or .env).
npx cssg init
contentful login
.env
If it is done manually via .env, then it is important to know that the management token is also needed.
Example:
CONTENTFUL_SPACE_ID = '' CONTENTFUL_DELIVERY_TOKEN = '' CONTENTFUL_PREVIEW_TOKEN = '' CONTENTFUL_MANAGEMENT_TOKEN = ''
The text was updated successfully, but these errors were encountered:
fixed in @jungvonmatt/[email protected] Should be working fine now :)
Sorry, something went wrong.
No branches or pull requests
npx cssg init
already needs access to a Contentful space. In the README we could point out the possibilities (contentful login
or.env
).If it is done manually via
.env
, then it is important to know that the management token is also needed.Example:
The text was updated successfully, but these errors were encountered: