You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified version that doesn't break the deploy. (#215)
Fix the error during the Dev deploy
_______________
TypeError: self.prependNodes is not a function
at Object.init (/app/node_modules/@apostrophecms/seo/index.js:20:10)
at self.create (/app/node_modules/apostrophe/lib/moog.js:310:20)
at process.processTicksAndRejections
(node:internal/process/task_queues:105:5)
at async instantiateModules
(/app/node_modules/apostrophe/index.js:669:32)
at async apostrophe (/app/node_modules/apostrophe/index.js:319:5)
at async /app/node_modules/apostrophe/index.js:160:17
at async module.exports (/app/node_modules/apostrophe/index.js:159:16)
_______________
Get rid of the dependency on the contributed SEO package, simplify the
approach to insert the scripts in the template.
---------
Co-authored-by: Vasyl Yaremchuk <vasyl.yaremchuk@ffwagency.com>
0 commit comments