If setting up fallback is unavailable at this moment, is there a plan to add this in ghost roadmap?
Or, since this kind of CDN certificate error is uncommon, Should I ignore it?
Thank you for your prompt reply and even ping me in the ghost chat!
Since I’m maintaining the blog without front-end side knowledge… this really helped me a lot.
If my understanding is right,
this action is to include the javascript files within my assets and replacing the config with that javascript file, so that my blog doesn’t have to send request to CDN servers.
And if there’s an update on sodo-search(or other js files also) ,
what I have to do is 1) npm update @tryghost/sodo-search 2) copy updated files to assets/jsdelivr
That’s convenient.
Here I have an additional question, Isn’t sodo-search is now inside the app directory of the tryghost repository, instead of being independent npm package?
Ghost has a monorepo, meaning there are multiple packages together on GitHub. You can still get it as an npm package, I think. But easier would be to just download the built version from jsdelivr. No build step needed that way.