diff --git a/src/app/page.tsx b/src/app/page.tsx index 6109d1f..9c6bdff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,6 @@ const getArticleLikes = async (articles: Article[]) => { const friendLinks = [ { name: "hiwaitanのメモ帳", href: "https://blog.unitypackage.zip/" }, { name: "chun's diary", href: "https://chun37.hatenablog.com/" }, - { name: "moytus.dev", href: "https://moytus.dev/" }, ] export default async function Home() {