feat(website): add app dir (#8869)

Co-authored-by: iCrawl <buechler.noel@outlook.com>
This commit is contained in:
Suneet Tipirneni
2022-11-27 10:24:34 -05:00
committed by GitHub
parent decbce4010
commit 12553da135
49 changed files with 941 additions and 953 deletions

View File

@@ -23,6 +23,10 @@ body {
height: 100%;
}
[data-nextjs-scroll-focus-boundary] {
height: 100%;
}
[data-theme='dark'] {
display: none;
}