File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import BaseLayout from '@/layouts/BaseLayout'
55import Tag from ' @/components/Tag'
66import type { MarkdownHeading } from ' astro'
77import { Image } from ' astro:assets'
8+ import advert from ' ../assets/images/shipitnow.png'
89
910type Props = {
1011 id: CollectionEntry <' blog' >[' id' ]
@@ -69,6 +70,18 @@ const articleDate = pubDate.toISOString()
6970 <slot />
7071 </div >
7172 </article >
73+ <a href =' https://seaeyecd-shop.fourthwall.com/promo/SHIPITNOW' target =" _blank" >
74+ <Image
75+ src ={ advert }
76+ width ={ 1000 }
77+ height ={ 500 }
78+ quality ={ 100 }
79+ format =' png'
80+ loading =' eager'
81+ class =' rounded-md w-full max-h-[300px] md:max-h-[500px] my-8 object-cover cursor-pointer'
82+ alt =' img of CI/CD merch advert'
83+ />
84+ </a >
7285</BaseLayout >
7386
7487<script src =" https://giscus.app/client.js"
You can’t perform that action at this time.
0 commit comments