Open saturngod opened 9 years ago
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: {
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: { ... }
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 ?