Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

chore: modify the cdn address of the less dependency #473

Merged
merged 1 commit into from
Mar 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/SettingDrawer/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const updateTheme = primaryColor => {
javascriptEnabled: true
};
`
lessScriptNode.src = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/less.min.js'
lessScriptNode.src = 'https://unpkg.com/[email protected]/dist/less.min.js'
lessScriptNode.async = true
lessScriptNode.onload = () => {
buildIt()
Expand Down