Dynamic build and deployment on Vercel (#21)

* Make deployment doable on EUS and Vercel servers

* Revert to adapter-auto for now

* Remove `r/` layout file

* Fixing deployment configuration and landing page for redirects

* Clean up PR
This commit is contained in:
2025-06-18 22:09:00 -04:00
committed by GitHub
parent 60c63e3859
commit 4f982e7ce3
9 changed files with 68 additions and 60 deletions

View File

@@ -23,5 +23,5 @@ h1 {
}
.page-title {
@apply text-7xl font-bold py-4;
@apply text-4xl md:text-6xl font-bold py-4;
}