feat: add an all page with cards to link to it
All checks were successful
test-build / guarddog (push) Successful in 27s
renovate / renovate (push) Successful in 41s
test-build / build (push) Successful in 3m17s

This commit is contained in:
2026-03-08 21:38:54 -05:00
parent ae57c60935
commit 7327795d39
12 changed files with 368 additions and 4 deletions

View File

@@ -14,6 +14,10 @@ export type Global = {
portrait_alt: string;
home_image: string;
home_image_alt: string;
all_image: string;
all_image_alt: string;
all_logoLight: string;
all_logoDark: string;
blog_image: string;
blog_image_alt: string;
categories_image: string;