mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Cleanup
This commit is contained in:
parent
8f4cff817d
commit
1530e82a1d
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user