chore: modify the cdn address of the less dependency (halo-dev/console#473)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-03-01 11:19:18 +08:00 committed by GitHub
parent b6b1165a4a
commit 1313663001
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const updateTheme = primaryColor => {
javascriptEnabled: true
};
`
lessScriptNode.src = 'https://cdn.jsdelivr.net/npm/less@3.8.1/dist/less.min.js'
lessScriptNode.src = 'https://unpkg.com/less@3.8.1/dist/less.min.js'
lessScriptNode.async = true
lessScriptNode.onload = () => {
buildIt()