feat: dynamic SEO footer from content manifest#1779
Open
chip-peanut-bot[bot] wants to merge 1 commit intodevfrom
Open
feat: dynamic SEO footer from content manifest#1779chip-peanut-bot[bot] wants to merge 1 commit intodevfrom
chip-peanut-bot[bot] wants to merge 1 commit intodevfrom
Conversation
Replace hardcoded arrays in SEOFooter.tsx with import from @/content/generated/footer-manifest.json (generated by peanut-content). New structure: 4 columns (Send Money, Compare, Articles, Resources). Send Money combines to/from entries in one column. Requires: peanutprotocol/peanut-content#15 merged + submodule updated.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Replaces hardcoded arrays in
SEOFooter.tsxwith a JSON import from@/content/generated/footer-manifest.json, generated by peanut-content.New footer structure (4 columns)
Changes
SEOFooter.tsx: imports from manifest JSON instead of hardcoded arraysFooterColumnandFooterLinkcomponents for cleaner renderingtarget="_blank"Dependency
Requires peanutprotocol/peanut-content#15 merged and submodule updated first — the
generated/footer-manifest.jsonfile needs to exist in the content submodule.How to update the footer going forward
featured: trueto any content page frontmatter in peanut-contentnode scripts/generate-footer-manifest.jsNo more editing
SEOFooter.tsxmanually.