Skip to content

Protect against unpublished content#99

Merged
johnludeke merged 12 commits intomainfrom
SaketR3-patch-1
Feb 27, 2026
Merged

Protect against unpublished content#99
johnludeke merged 12 commits intomainfrom
SaketR3-patch-1

Conversation

@SaketR3
Copy link
Collaborator

@SaketR3 SaketR3 commented Feb 26, 2026

Status:

Description

[BLOCKS.EMBEDDED_ASSET]: (node) => {
// Add this safety check: If the asset was deleted/unpublished, skip it.
if (!node.data?.target?.fields) {
return "";
}

Fixes #

Todos

Screenshots

@vercel
Copy link

vercel bot commented Feb 26, 2026

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

Project Deployment Actions Updated (UTC)
uiuc-website Ready Ready Preview, Comment Feb 27, 2026 10:15pm

Request Review

@netlify
Copy link

netlify bot commented Feb 26, 2026

Deploy Preview for uiuc-hack4impact ready!

Name Link
🔨 Latest commit ec04f7e
🔍 Latest deploy log https://app.netlify.com/projects/uiuc-hack4impact/deploys/69a227a098f24129809068e3
😎 Deploy Preview https://deploy-preview-99--uiuc-hack4impact.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

@johnludeke johnludeke left a comment

Choose a reason for hiding this comment

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

good

@johnludeke johnludeke merged commit a139ccb into main Feb 27, 2026
13 of 14 checks passed
@johnludeke johnludeke deleted the SaketR3-patch-1 branch February 27, 2026 23:59
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