Fix block schema errors to get build passing#9
Merged
Conversation
- section-header: replace invalid title/subtitle fields with intro (markdown) - contact.md: fix contact_form → contact-form type name - home.md + gallery.md: remove unsupported full_width field from video-background and image-background blocks - Add MDI icon SVGs to local cache (ferris-wheel, rotate-3d-variant, music-note, tune-variant, shield-check) to avoid runtime API fetches https://claude.ai/code/session_01JEo9nCdhXJ5GYaeMvNMixX
- Replace rsync shell dependency with pure JS copyDir/mergeTemplateAndSource (fixes build on systems without rsync) - Move templateExcludes/sourceExcludes to consts.js; add _site to sourceExcludes to prevent copying stale output into dev build - Add new scripts: ci-merge.js, fetch-instagram-posts.js - Update test.js: set PLACEHOLDER_IMAGES=1, sync js-toolkit from submodule if present - Update update-pages.js: support copyLocalPageLayouts and --regenerate flag - Update update-scripts.js: use copyDir instead of shell rsync https://claude.ai/code/session_01JEo9nCdhXJ5GYaeMvNMixX
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
section-headerblocks: replaced invalidtitle/subtitlefields with the correctintrofield (markdown content with heading + body text)contact.md: fixed block typecontact_form→contact-form(underscore → hyphen)home.md+gallery.md: removed unsupportedfull_widthfield fromvideo-backgroundandimage-backgroundblocksferris-wheel,rotate-3d-variant,music-note,tune-variant,shield-check) tosrc/assets/icons/iconify/mdi/so the build doesn't need to hit the Iconify API at runtimeTest plan
bun run build— should complete without errorshttps://claude.ai/code/session_01JEo9nCdhXJ5GYaeMvNMixX
Generated by Claude Code