Skip to content

Commit

Permalink
处理跨域图片请求问题
Browse files Browse the repository at this point in the history
  • Loading branch information
siuze committed Jan 31, 2024
1 parent c78a2e2 commit 28d4b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.js
Expand Up @@ -26,6 +26,7 @@ class MyDocument extends Document {
return <link key={index} rel="preload" href={fontUrl} as="font" type="font/woff2" />
}
})}
<meta name="referrer" content="no-referrer" />
</Head>

<body className={`${BLOG.FONT_STYLE} font-light scroll-smooth`}>
Expand Down

0 comments on commit 28d4b50

Please sign in to comment.