docs: update hosting.md with Vercel hosting instructions ()

* Update hosting.md with Vercel hosting instructions

* Update docs/hosting.md

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>

* Update docs/hosting.md

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>

* Run npm run format

---------

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
This commit is contained in:
Zane Helton 2023-08-23 18:14:23 -04:00 committed by GitHub
parent bfb416b35a
commit 632c27b7ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 54 additions and 10 deletions
quartz/components/styles

View file

@ -42,9 +42,7 @@ button#toc {
& > li > a {
color: var(--dark);
opacity: 0.35;
transition:
0.5s ease opacity,
0.3s ease color;
transition: 0.5s ease opacity, 0.3s ease color;
&.in-view {
opacity: 0.75;
}