mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:46:39 -04:00
automatically inline critical css via critters (#760)
This commit is contained in:
@ -14,7 +14,7 @@ class MyDocument extends Document {
|
||||
return (
|
||||
<Html lang={config.siteLocale?.replace("_", "-")}>
|
||||
<Head />
|
||||
<body className={classNames("page", "loading")}>
|
||||
<body className={classNames("page", "no-fade")}>
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user