Skip to content
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

Production deployment #1158

Merged
merged 2 commits into from
Feb 28, 2025
Merged

Production deployment #1158

merged 2 commits into from
Feb 28, 2025

Conversation

github-actions[bot]
Copy link

Only merge using a merge commit!

Copy link

vercel bot commented Feb 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
sinister-incorporated ✅ Ready (Inspect) Visit Preview Feb 28, 2025 8:00pm

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@simonknittel simonknittel requested a review from Copilot February 28, 2025 20:01

Choose a reason for hiding this comment

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

PR Overview

This PR is for a production deployment with a merge commit strategy.

  • Updates opengraph image files in three locations
  • Changes font file reference from the Inter Bold font to a subset version for improved performance or licensing

Reviewed Changes

File Description
app/src/app/preview-channel/_opengraph-image.tsx Updated font file reference to subset-Inter-Bold.ttf
app/src/app/dogfight-trainer/opengraph-image.tsx Updated font file reference to subset-Inter-Bold.ttf
app/src/app/opengraph-image.tsx Updated font file reference to subset-Inter-Bold.ttf

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

Comments suppressed due to low confidence (3)

app/src/app/preview-channel/_opengraph-image.tsx:13

  • Please verify that the file 'subset-Inter-Bold.ttf' exists in the specified directory and is accessible in the production environment.
    new URL("../../assets/subset-Inter-Bold.ttf", import.meta.url),

app/src/app/dogfight-trainer/opengraph-image.tsx:13

  • Please verify that the file 'subset-Inter-Bold.ttf' is correctly located in the directory, as the change could impact image rendering in production.
    new URL("../../assets/subset-Inter-Bold.ttf", import.meta.url),

app/src/app/opengraph-image.tsx:13

  • Please confirm that the updated path to 'subset-Inter-Bold.ttf' is accurate and that the file is available in the '../assets' directory.
    new URL("../assets/subset-Inter-Bold.ttf", import.meta.url),
@simonknittel simonknittel merged commit 1f0fc8a into main Feb 28, 2025
7 checks passed
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.

1 participant