1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 11:05:30 -04:00

automatically inline critical css via critters (#760)

This commit is contained in:
2022-02-07 14:40:38 -05:00
committed by GitHub
parent bcb408702a
commit da42cb074c
9 changed files with 120 additions and 78 deletions
+1 -1
View File
@@ -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>