mirror of https://github.com/halo-dev/halo
chore: modify the cdn address of the less dependency (halo-dev/console#473)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
b6b1165a4a
commit
1313663001
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue