This commit is contained in:
Jacky Zhao 2023-08-17 00:55:52 -07:00
parent 0c199975f2
commit 58d9dc0528
5 changed files with 19 additions and 8 deletions
quartz/components/scripts

View file

@ -17,7 +17,7 @@ const isLocalUrl = (href: string) => {
}
return true
}
} catch (e) { }
} catch (e) {}
return false
}