feat: convert project to be SSG based (v2) - #1
Open
thescientist13 wants to merge 103 commits into
Open
Conversation
Author
…riable configuration
Author
Author
This was referenced Jul 31, 2026
Closed
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.






Related Issue
resolves AnalogStudiosRI#13
Summary of Changes
getStaticProps/getStaticParamsTODO
artists (landing)artist detailsalbums (landing)album detailscontacteventsevent detailshome pageadoptedStyleSheetsusageAPI requests not workingsocial share stylesalbum / artist details mobilelong content overflows on details pagesevents images overflowing<title>tagsdata-gwd-opt="static"where possibleoxfmt- sticking with Prettieroxlint(what about typescript eslint?) - keeping (ES|TS)LintCutover Tasks
/events/bliss-2025/) - set title to be unique in contentfulAPI_BACKEND_HOSTNAMEenvironment variable for nowUpstreams / Thoughts
(inline) event handlers not supported / no event object callback- feat(jsx): #88 inline event handlers support ProjectEvergreen/wcc#272shadow root detection- bug: #258 jsx shadow root detection using wrong source input contents ProjectEvergreen/wcc#276types support- types are missing for<svg>tags usage in JSX ProjectEvergreen/wcc#277tabindex(buttons)<svg>(social share component has TS error on SVG tag)svg types still broken- fix: #277 fix<svg>types ProjectEvergreen/wcc#280- fix(cli): #1622 fix get static params types ProjectEvergreen/greenwood#1698GetStaticParamstypes brokenstatic pages are bustedcontent as data client w/- see Dynamic Routing Enhancements ProjectEvergreen/greenwood#1692getStaticParams?Fast Follows
API_BACKEND_HOSTNAME, if so/[artist]/album/[album-name]/(would require support dynamic directory routing capabilities for SSR pages and API routes ProjectEvergreen/greenwood#1623)