feat: #13 convert project to be SSG based#112
Open
thescientist13 wants to merge 90 commits into
Open
Conversation
20 tasks
❌ Deploy Preview for practical-fermat-fa2c48 failed.
|
17 tasks
thescientist13
marked this pull request as ready for review
July 17, 2026 02:33
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 #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
Upstreams / 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
/[artist]/album/[album-name]/