mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Change the default CDN provider from jsdelivr to cdnjs (#507)
This commit is contained in:
parent
f31c10d329
commit
40d6148462
@ -885,7 +885,7 @@ vendors:
|
|||||||
# The default CDN provider of third-party plugins.
|
# The default CDN provider of third-party plugins.
|
||||||
# Available values: local | jsdelivr | unpkg | cdnjs | custom
|
# Available values: local | jsdelivr | unpkg | cdnjs | custom
|
||||||
# Dependencies for `plugins: local`: https://github.com/next-theme/plugins
|
# Dependencies for `plugins: local`: https://github.com/next-theme/plugins
|
||||||
plugins: jsdelivr
|
plugins: cdnjs
|
||||||
# Custom CDN URL
|
# Custom CDN URL
|
||||||
# For example:
|
# For example:
|
||||||
# custom_cdn_url: https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified}
|
# custom_cdn_url: https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user