Vercel actions#39
Merged
Merged
Conversation
- fix wrong import path in StaffCard/UndergradCard (TeamMember lives in CosmicTypes, not CosmicServices) — production build failed without this - update next.config.ts to use remotePatterns and include cdn.cosmicjs.com (the imgix.cosmicjs.com fallback URL) - track .env.example so contributors know which env vars to set Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- fetch latest posts from Behold JSON feed (public URL, no secret) - show first 3 posts when available; fall back to existing placeholders otherwise - restructure InstagramPostCard: image on top, username+date row below, drop fake likes/heart/comment icons - date replaces likes since Behold doesn't expose like counts - for VIDEO posts use thumbnailUrl (Behold's mediaUrl is the .mp4) - delete unused duplicate at app/components/InstagramPostCard.tsx Feed URL configured via NEXT_PUBLIC_BEHOLD_FEED_URL. Documented in .env.example. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Was rendering /slideshow1.png three times from public/, ignoring home.metadata.slideshow_images entirely. Now uses the existing <Slideshow> component (previously imported but unused) fed directly by Cosmic. - removes ~50 lines of inline slide-clone-and-snap-back state machinery from app/page.tsx - updates Slideshow dot colors from generic teal-500/gray-300 to brand #F2AD3D / #459A9F so the visual matches the prior inline version Adding/removing slideshow images in Cosmic now updates the site without code changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
These three HomePage metadata fields existed in the Cosmic type but the page hardcoded the values instead. Now reads them from home.metadata so content edits land on the site without a code change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Added environment variables for Cosmic and Next.js feed URL.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.