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
In the index.js , it's using same name website for both ebook and websites.
website
Do I need to use two website key or only one is enough for both website and ebook ?
// Extend website resources and html website: {
// Extend ebook resources and html website: {
The text was updated successfully, but these errors were encountered:
Noticed this as well. I believe it is a typo and structure should be:
// Extend website resources and html website: { ... }, // Extend ebook resources and html ebook: { ... }
Sorry, something went wrong.
No branches or pull requests
In the index.js , it's using same name
website
for both ebook and websites.Do I need to use two
website
key or only one is enough for both website and ebook ?The text was updated successfully, but these errors were encountered: