-
Notifications
You must be signed in to change notification settings - Fork 0
post updates: ethui stacks #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new blog post announcing "ethui stacks", a tool for creating effortless EVM testnets. The changes include the blog content, supporting metadata, Open Graph image generation improvements, and fixes to the embed functionality for social media previews.
Changes:
- Added new blog post "ethui stacks - effortless EVM testnets" with content about the announcement
- Fixed Open Graph meta tags to use
propertyinstead ofnamefor og:* tags (SEO best practice) - Enhanced embed scraper to support both
propertyandnameattributes for Open Graph tags - Improved SEO image generation script with skip-existing logic and font loading configuration
Reviewed changes
Copilot reviewed 5 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/blog/14-stacks/index.mdx | New blog post content announcing ethui stacks |
| src/blog/14-stacks/screenshot.png | Screenshot image for the blog post |
| src/routes/_l.blog/-manifest.ts | Registered new blog post in manifest and slug mapping |
| src/utils/seo.ts | Fixed Open Graph tags to use correct property attribute |
| src/server/embed.ts | Enhanced to parse both property and name attributes for OG tags |
| scripts/og-image-template.svg | Adjusted layout dimensions for OG image template |
| scripts/generate-seo-images.ts | Added skip-existing logic and explicit font file loading |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.