mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:06:38 -04:00
use the excellent next-themes module
This commit is contained in:
@ -12,10 +12,7 @@ class MyDocument extends Document {
|
||||
render() {
|
||||
return (
|
||||
<Html lang={config.siteLocale?.replace("_", "-")}>
|
||||
<Head>
|
||||
{/* set dynamically by script in _app.tsx, but tag must exist first */}
|
||||
<meta name="theme-color" content="" />
|
||||
</Head>
|
||||
<Head />
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
|
Reference in New Issue
Block a user