fix(site): restore logos and clean event data#174
Merged
sergiocarracedo merged 5 commits intoVigoTech:mainfrom Apr 9, 2026
Merged
fix(site): restore logos and clean event data#174sergiocarracedo merged 5 commits intoVigoTech:mainfrom
sergiocarracedo merged 5 commits intoVigoTech:mainfrom
Conversation
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.
Summary
This PR focuses on fixing broken group logo rendering and cleaning up generated event data so duplicated or stale event entries no longer appear.
It also includes the related branch updates already present around Meetup event identity handling, generated content refreshes, and GitHub Actions workflow modernization.
Changes
Fixes
/images/groups/...path convention/images/...URLs and the new/images/groups/...URLsmetagroup-schema-toolssource ID updateChores
PR Details (AI generated)
Goals
This PR fixes two user-visible issues on the site. First, some community logos, especially VigoWordPress in event cards, were not rendering correctly because the project was still carrying a mix of legacy logo URLs and newer local asset paths. Second, generated event content had started to accumulate duplicate or stale entries after upstream event identifiers changed, which caused duplicated event cards and inconsistent generated markdown files.
Changes in detail
Fixes
public/vigotech.jsonso VigoTech-hosted group logos now point to the newhttps://vigotech.org/images/groups/...path layouttoLocalGroupLogo(...)in both the runtime source helper and the generator so it understands legacy URLs, new group URLs, and already-local/images/groups/...pathsGroupLogo.astroso it normalizes incoming logo paths before rendering and keeps the avatar frame square with contained imageryscripts/generate-vigotech-json.mjsso events are merged by stable identity using link first and normalized title plus date as fallbackChores
metagroup-schema-tools@1.1.1, generated content refreshes, and workflow action upgradesNotes
This branch already contains several related fixes that were built incrementally, so the cleanest review path is to focus on the latest user-visible outcomes: logo rendering, square/contained avatars, and duplicate event cleanup. Generated content changes are expected because the fixes affect both logo source paths and event identity handling.