0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-12-30 10:14:16 +09:00

Prepare for SSG

This commit is contained in:
2021-12-11 18:55:57 +09:00
parent 86844984d2
commit b446a2ebae
24 changed files with 133 additions and 77 deletions

View File

@@ -8,7 +8,7 @@ const Contact = (props) => {
const { icon, dest, caption } = props
return (
<div className="hover:underline">
<Link href={`${dest}`}>
<Link href={{ pathname: dest, query: query }}>
<a>
<FontAwesomeIcon icon={icon} className="w-7 h-7 inline lg:w-10 lg:h-10 md:w-7 md:h-7"/>
<p className="font-mono text-xl">{caption}</p>