Skip to content

Commit

Permalink
use local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Sep 11, 2023
1 parent be0d646 commit fd449df
Show file tree
Hide file tree
Showing 3 changed files with 2,509 additions and 21 deletions.
4 changes: 2 additions & 2 deletions _config.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,11 +867,11 @@ vendors:
# The CDN provider of NexT internal scripts.
# Available values: local | jsdelivr | unpkg | cdnjs
# Warning: If you are using the latest master branch of NexT, please set `internal: local`
internal: unpkg
internal: local
# The default CDN provider of third-party plugins.
# Available values: local | jsdelivr | unpkg | cdnjs
# Dependencies for `plugins: local`: https://github.com/next-theme/plugins
plugins: unpkg
plugins: local
canvas_ribbon: plugins/ribbon.js

# Assets
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"version": "6.3.0"
},
"dependencies": {
"@next-theme/plugins": "^8.18.1",
"@waline/hexo-next": "3.0.1",
"hexo": "6.3.0",
"hexo-filter-flowchart": "^1.0.4",
Expand Down
Loading

0 comments on commit fd449df

Please sign in to comment.