This commit is contained in:
2021-02-07 11:09:51 +09:00
parent 8f4cff817d
commit 1530e82a1d
3 changed files with 2986 additions and 3 deletions
+1 -3
View File
@@ -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"
} }
} }
+2
View File
@@ -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>
) )
} }
+2983
View File
File diff suppressed because it is too large Load Diff