vendors: # The CDN provider of NexT internal scripts. - # Available values: local | jsdelivr | unpkg | cdnjs + # Available values: local | jsdelivr | unpkg | cdnjs | custom # Warning: If you are using the latest master branch of NexT, please set `internal: local` internal: local # The default CDN provider of third-party plugins. - # Available values: local | jsdelivr | unpkg | cdnjs + # Available values: local | jsdelivr | unpkg | cdnjs | custom # Dependencies for `plugins: local`: https://github.com/next-theme/plugins plugins: jsdelivr + # Custom CDN URL + # For example: + # custom_cdn_url: https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified} + # custom_cdn_url: https://cdnjs.cloudflare.com/ajax/libs/${cdnjs_name}/${version}/${cdnjs_file} + custom_cdn_url:
🛠 Improvements
Optimize changyan comment (#415)
Update CONFIG.quicklink.ignores option (6092e9e)
Support codeblock mark option (b51fedf)
Some minor fixes (be21d5c)
🌀 External Changes
Update dependency hexo to v6 (#426)
Update dependency eslint to v8.5.0 (#419)
🌍 Localization
New Crowdin updates (#423)
For full changes, see the comparison between v8.8.2 and v8.9.0