This commit is contained in:
2025-11-30 14:53:14 +08:00
parent 1e6c0c0ab9
commit 32fdaac7db
8 changed files with 122 additions and 81 deletions

View File

@@ -10,7 +10,6 @@ export interface Props {
}
const { block } = Astro.props
console.log(block)
const target = block.Bookmark || block.LinkPreview || block.Embed
const urlString = target?.Url