ydoc
Version:
基于 Markdown 的静态站点生成工具
5 lines • 542 B
JSX
<link rel="apple-touch-icon" sizes="180x180" href={relePath(props.distPath, 'ydoc/images/apple-touch-icon.png')} />
<link rel="icon" type="image/png" sizes="32x32" href={relePath(props.distPath, 'ydoc/images/favicon-32x32.png')} />
<link rel="icon" type="image/png" sizes="16x16" href={relePath(props.distPath, 'ydoc/images/favicon-16x16.png')} />
<link rel="manifest" href={relePath(props.distPath, 'ydoc/images/manifest.json')} />
<link rel="mask-icon" href={relePath(props.distPath, 'ydoc/images/safari-pinned-tab.svg')} color="#5bbad5" />