Conversation
- Bind `astro dev` to `0.0.0.0` - Bump Astro, Lucide, and checker dependencies - Refresh the lockfile for the new package graph
❌ Deploy Preview for statuesque-donut-a65b89 failed.
|
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_d9d9387d-fbc4-4f01-b0f6-0723047f6d58) |
- Strip animated orbs/floats from hero, add brand card and carousel stage header, and only open the primary CTA externally when it is - Replace inline SVGs with Lucide icons in services cards and soften the hover accent - Swap the header CTA icon from chat bubble to send Co-Authored-By: Claude <noreply@anthropic.com>
- Add a skip link and landmark target for keyboard users - Show a visible focus ring via :focus-visible and add scroll margin for focused/targeted elements - Respect prefers-reduced-motion in project carousels - Replace the contact form alert() with an aria-live status message that receives focus on error Co-Authored-By: Claude <noreply@anthropic.com>
- Generate canonical, og:url and twitter:url from the current path - Add og:site_name and an optional ogImage prop with an absolute URL - Drop the duplicated meta description tag Co-Authored-By: Claude <noreply@anthropic.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_a7355f1a-5bec-458e-8b47-447fecb41c35) |
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
astro,@astrojs/check, and@lucide/astro.0.0.0.0so it is reachable from outside the container/host loopback.Testing
astro checkexpected as part of the existing build script.astro buildnot run in this branch.Note
Medium Risk
Astro 5→7 is a major version jump that can affect build, dev, and markdown/content pipelines; changes are mostly deps and front-end with no auth or data-layer edits.
Overview
Major framework bump from Astro 5 to 7, with refreshed
@astrojs/check,@lucide/astro, and lockfile (Vite 8 / Rolldown toolchain).pnpm-workspace.yamladds build allowances and release-age exclusions for the new Astro packages. Localdevnow binds--host 0.0.0.0for container/LAN access.Hero is simplified: decorative orbs/floats, scroll cue, carousel autoplay, and scroll parallax are removed; layout and typography are tightened (
h1for the name, carousel header/meta, subtler dots). Primary CTA only opens a new tab when the href is external.Contact replaces submit
alertfailures with an#form-statusregion (role="status",aria-live) and addsappearance: noneon fields. Header CTAs use a send-style icon. Services use Lucide icons and lighter hover styling (decorative corners removed). Projects carousel autoplay is skipped whenprefers-reduced-motion: reduce.Reviewed by Cursor Bugbot for commit 0dba8eb. Bugbot is set up for automated code reviews on this repo. Configure here.