-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image carousel revive #763
base: staging
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
10 Skipped Deployments
|
@@ -108,6 +108,7 @@ export interface Home { | |||
youtubeVideoId: string | |||
showEvents: boolean | |||
showNews: boolean | |||
images: string[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no such field in HomeComponent, but there is an api endpoint for retrieving images from gallery: /api/gallery
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But I created an endpoint for it here
#764
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged it, you can rebase to use it
da4d5a8
to
3b8e57c
Compare
a8d590d
to
330ea74
Compare
f2bfa50
to
9b84c4f
Compare
96f4f73
to
e42bcf9
Compare
e54bd7d
to
9a8febe
Compare
No description provided.