Update to Next.js 13 (#870)

This commit is contained in:
Catalin Pinte
2022-12-21 17:51:55 +02:00
committed by GitHub
parent 6d783eae35
commit 4efa502666
60 changed files with 895 additions and 460 deletions

View File

@@ -119,3 +119,9 @@ a {
opacity: 1;
}
}
@media not all and (min-resolution: 0.001dpcm) {
img[loading='lazy'] {
clip-path: inset(0.5px);
}
}