This commit is contained in:
tangly1024.com
2024-01-30 18:36:51 +08:00
parent 103643bfae
commit 92828aa5ba

View File

@@ -20,7 +20,6 @@ class MyDocument extends Document {
</>}
{BLOG.FONT_URL?.map((fontUrl, index) => {
console.log(fontUrl)
if (fontUrl.endsWith('.css')) {
return <link key={index} rel="stylesheet" href={fontUrl} />
} else {