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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello! An error appears when generating. TypeError: Cannot read property 'indexOf' of undefined. function processRoutes (options) {...}
The text was updated successfully, but these errors were encountered:
The problem is solved if you add a check if (route.route !== '/amp' && route.route && route.route.indexOf('/amp/') !== 0) {...}
Sorry, something went wrong.
bceda93
No branches or pull requests
Hello!
An error appears when generating. TypeError: Cannot read property 'indexOf' of undefined.
function processRoutes (options) {...}
The text was updated successfully, but these errors were encountered: