Merge pull request #2346 from loadchange/develop_1.2.0
fix: icon font url
This commit is contained in:
commit
983204c0c1
@ -23,8 +23,8 @@ cssLoader.use.push({
|
||||
loader: '@alifd/next-theme-loader',
|
||||
options: {
|
||||
modifyVars: {
|
||||
'$icon-font-path':'"/console-fe/public/icons/icon-font"',
|
||||
'$font-custom-path': '"/console-fe/public/fonts/"'
|
||||
'$icon-font-path': '"/nacos/console-fe/public/icons/icon-font"',
|
||||
'$font-custom-path': '"/nacos/console-fe/public/fonts/"'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user