Skip to content

Conversation

@hansihe
Copy link
Contributor

@hansihe hansihe commented Oct 15, 2025

No description provided.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 15, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
hackheim-web 80d7c65 Commit Preview URL

Branch Preview URL
Oct 22 2025, 06:13 PM

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

Comment on lines +11 to +22
name: string;
logo?: ImageMetadata;
logoAlt?: string;
url?: string;
description?: string;
}>;
logoSize?: "sm" | "md" | "lg";
}>;
sponsors?: Array<{
name: string;
logo?: ImageMetadata;
logoAlt?: string;

Choose a reason for hiding this comment

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

P1 Badge Import ImageMetadata for sponsor props

Sponsorer.astro types each sponsor’s logo as ImageMetadata, but the file never imports that type from astro. TypeScript will emit Cannot find name 'ImageMetadata' when running astro check or pnpm build, preventing builds from succeeding. Add import type { ImageMetadata } from "astro"; alongside the existing imports so the props interface resolves.

Useful? React with 👍 / 👎.

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.

3 participants