Skip to content

Improve website#66

Merged
aurorascharff merged 2 commits into
mainfrom
improve-og
May 30, 2026
Merged

Improve website#66
aurorascharff merged 2 commits into
mainfrom
improve-og

Conversation

@aurorascharff
Copy link
Copy Markdown
Owner

Improve website

Copilot AI review requested due to automatic review settings May 30, 2026 19:03
@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
click-light Ready Ready Preview, Comment May 30, 2026 7:14pm

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Small polish PR for the ClickLight marketing website: replaces the dynamically generated Open Graph image with a static asset, wires it into the OG/Twitter metadata, slightly enlarges the install command typography across breakpoints, and drops the now-unnecessary onContextMenu preventer on the demo surface.

Changes:

  • Delete website/app/opengraph-image.tsx (dynamic next/og route) and reference /og-image.png from openGraph.images and twitter.images in layout.tsx.
  • Adjust .install code font sizing (fixed 0.88rem instead of clamp(...), mobile bumped from 0.72rem to 0.8rem) and add min-width: 0 for proper flex ellipsis; widen the mid-breakpoint .install max-width from 580px to 640px.
  • Remove the onContextMenu={(event) => event.preventDefault()} handler on the demo <main>, restoring native right-click context menu behavior.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
website/app/opengraph-image.tsx Removes the dynamic OG image route in favor of a static PNG.
website/app/layout.tsx Adds explicit openGraph.images and twitter.images pointing at /og-image.png.
website/app/globals.css Simplifies .install code font sizing, adds min-width: 0, tweaks responsive .install widths and mobile font size.
website/app/page.tsx Removes context-menu prevention from the demo surface.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aurorascharff aurorascharff merged commit fc9a0f3 into main May 30, 2026
5 checks passed
@aurorascharff aurorascharff deleted the improve-og branch May 30, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants