This commit is contained in:
tangly1024
2023-03-01 22:35:06 +08:00
parent d3dcb91355
commit 440fcff60e

View File

@@ -6,7 +6,7 @@ import { isBrowser, loadExternalResource } from '@/lib/utils'
* @returns
*/
const ExternalScript = () => {
if (isBrowser) {
if (isBrowser()) {
// 静态导入本地自定义样式
loadExternalResource(BLOG.FONT_AWESOME, 'css')
loadExternalResource('/css/custom.css', 'css')