mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 15:09:43 +00:00
SEO 优化首屏加载体积
This commit is contained in:
@@ -9,7 +9,7 @@ import { compressImage } from '@/lib/notion/mapImage'
|
||||
* 网站顶部
|
||||
* @returns
|
||||
*/
|
||||
export const Header = (props) => {
|
||||
export default function Header (props) {
|
||||
const { siteInfo } = props
|
||||
const avatar = compressImage(siteInfo?.icon || siteConfig('AVATAR'), 200)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user