Updated gallery
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m44s
Build Website / Tag Version (push) Successful in 11s
Build Website / Build & Push Dockerfile (push) Successful in 2m40s

This commit is contained in:
2024-01-12 12:04:59 -05:00
parent 905f734d91
commit e6ff564111
14 changed files with 472 additions and 155 deletions

View File

@@ -0,0 +1,4 @@
export interface Photo {
alt: string;
src: string;
}