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
For the first question, hexo-offline should not inject itself during hexo s. So feel free to send a PR to correct that.
For the second question, the origin option is used as the origin request header when sw-precache is doing runtimeCaching. From the MDN docs here the origin header should conform to the following syntax
Origin: <scheme> "://" <hostname> [ ":" <port> ]
On your cases, it should be https://cdn.jsdelivr.net instead of cdn.jsdelivr.net/npm.
能否设置hexo s 不 Caching static resource xxxx资源
而且关闭hexo s 又会在一次 Caching static resource xxxx资源
hexo g 会Caching static resource xxxx资源
hexo d 又会再一次Caching static resource xxxx资源
还有served via CDN
引用了https://cdn.jsdelivr.net/npm/velocity-ui-pack@latest/velocity.ui.min.js
options:
origin: 是写 cdn.jsdelivr.net/npm 还是cdn.jsdelivr.net
The text was updated successfully, but these errors were encountered: