Skip to content

Commit 7776c16

Browse files
committed
article in progress, add initial text and video files
1 parent c1e1058 commit 7776c16

File tree

9 files changed

+654
-2
lines changed

9 files changed

+654
-2
lines changed

src/components/PostCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const getTransitionNameFromElementId = setTransitionSlug({ pageSlug: slug });
6060
src={heroImage}
6161
alt={heroAlt}
6262
itemprop="image"
63-
class="w-full h-[168px] xs:h-[250px] md:h-[168px] md:max-w-[298px] object-cover rounded-box"
63+
class="w-full h-[168px] xs:h-[250px] md:h-[168px] md:max-w-[298px] object-cover rounded-box shadow shadow-base-300"
6464
transition:name={getTransitionNameFromElementId({
6565
elementId: TRANSITION_ELEMENT_IDS.POST_CARD.HERO_IMAGE,
6666
})}
1.36 MB
Loading
1.31 MB
Loading
1.33 MB
Loading
Binary file not shown.

src/content/post/2025/04-02-astro-react-gallery/index.mdx

Lines changed: 652 additions & 0 deletions
Large diffs are not rendered by default.

src/pages/blog/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const metadata: Metadata = { title, description, image };
9494
fetchpriority="high"
9595
loading="eager"
9696
itemprop="image"
97-
class="block max-w-full h-auto aspect-[16/8] object-cover"
97+
class="block max-w-full h-auto aspect-[16/8] object-cover border border-base-300"
9898
transition:name={getTransitionNameFromElementId({
9999
elementId: TRANSITION_ELEMENT_IDS.POST_CARD.HERO_IMAGE,
100100
})}

0 commit comments

Comments
 (0)