0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00
This commit is contained in:
yude 2021-02-07 11:09:51 +09:00
parent 8f4cff817d
commit 1530e82a1d
3 changed files with 2986 additions and 3 deletions

View File

@ -33,8 +33,6 @@
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3"
"@types/react": "^17.0.1"
}
}

View File

@ -12,6 +12,7 @@ const Layout = (props) => {
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
<link rel="icon" href="/static/images/favicon.ico" />
</Head>
<Background>
<body className="bg-white text-black dark:bg-black dark:text-white">
<main>
{/*
@ -40,6 +41,7 @@ const Layout = (props) => {
</footer>
</main>
</body>
</Background>
</div>
)
}

2983
yarn.lock Normal file

File diff suppressed because it is too large Load Diff