mirror of
https://github.com/yude-jp/yude.jp
synced 2025-04-22 06:54:51 +09:00
Cleanup
This commit is contained in:
parent
8f4cff817d
commit
1530e82a1d
@ -33,8 +33,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^14.14.25",
|
"@types/node": "^14.14.25",
|
||||||
"@types/react": "^17.0.1",
|
"@types/react": "^17.0.1"
|
||||||
"ts-loader": "^8.0.15",
|
|
||||||
"typescript": "^4.1.3"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@ const Layout = (props) => {
|
|||||||
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
|
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
|
||||||
<link rel="icon" href="/static/images/favicon.ico" />
|
<link rel="icon" href="/static/images/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
|
<Background>
|
||||||
<body className="bg-white text-black dark:bg-black dark:text-white">
|
<body className="bg-white text-black dark:bg-black dark:text-white">
|
||||||
<main>
|
<main>
|
||||||
{/*
|
{/*
|
||||||
@ -40,6 +41,7 @@ const Layout = (props) => {
|
|||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
</Background>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user