Skip to content

Commit 9c35a1a

Browse files
astrobot-houstontony-sulldelucis
authored
ci: update showcase (#974)
Co-authored-by: tony-sull <[email protected]> Co-authored-by: Chris Swithinbank <[email protected]>
1 parent 536927f commit 9c35a1a

34 files changed

+64
-1
lines changed

scripts/update-showcase.mjs

+8-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,12 @@ class ShowcaseScraper {
251251
if (
252252
document.querySelector("astro-island") ||
253253
document.querySelector('[class*="astro-"]') ||
254-
document.querySelector("[astro-script]")
254+
document.querySelector("[astro-script]") ||
255+
document.querySelector("[astro-icon]") ||
256+
document.querySelector("[data-astro-prefetch]") ||
257+
document.querySelector("[data-astro-reload]") ||
258+
document.querySelector("[data-astro-history]") ||
259+
document.querySelector('meta[name="astro-view-transitions-fallback"]')
255260
) {
256261
return true
257262
}
@@ -390,6 +395,8 @@ const scraper = new ShowcaseScraper({
390395
"https://pagespeed.web.dev",
391396
"https://lighthouse-metrics.com",
392397
"https://calckey.org",
398+
"https://twitter.com",
399+
"https://youtu.be",
393400
],
394401
})
395402
await scraper.run()
Binary file not shown.
Binary file not shown.
22.6 KB
Binary file not shown.
50.9 KB
Binary file not shown.
Binary file not shown.
47.5 KB
Binary file not shown.
21.4 KB
Binary file not shown.
74.4 KB
Binary file not shown.
29.3 KB
Binary file not shown.
65.1 KB
Binary file not shown.
27.4 KB
Binary file not shown.
69.8 KB
Binary file not shown.
22.1 KB
Binary file not shown.
43.5 KB
Binary file not shown.
22.2 KB
Binary file not shown.
Binary file not shown.
67.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
42.7 KB
Binary file not shown.
Binary file not shown.
44.3 KB
Binary file not shown.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Commercial Air Conditioning based in Coalvile, East Midlands - Aircon Wise"
3+
image: /src/content/showcase/_images/airconwise.co.uk.webp
4+
url: "https://airconwise.co.uk"
5+
---

src/content/showcase/coachbit.com.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Coachbit: Life Coaching, Study Skills Program for Teens"
3+
image: /src/content/showcase/_images/coachbit.com.webp
4+
url: "https://coachbit.com"
5+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Emanuel Saramago | Emanuel Saramago | Faço websites
3+
image: /src/content/showcase/_images/emanuelsaramago.com.webp
4+
url: "https://emanuelsaramago.com"
5+
---

src/content/showcase/hira.page.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: WEBA
3+
image: /src/content/showcase/_images/hira.page.webp
4+
url: "https://hira.page/"
5+
---

src/content/showcase/ktym4a.me.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: ktym4a
3+
image: /src/content/showcase/_images/ktym4a.me.webp
4+
url: "https://ktym4a.me/"
5+
---

src/content/showcase/merwin.dev.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Merwin Poulose | Full-stack web developer
3+
image: /src/content/showcase/_images/merwin.dev.webp
4+
url: "https://merwin.dev"
5+
---
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: okTools365.com — Privacy Focused Image and File Editor Online Tools
3+
image: /src/content/showcase/_images/oktools365.com.webp
4+
url: "https://oktools365.com/"
5+
---

src/content/showcase/openstove.org.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: OpenStove — Your Open Source Recipe Library
3+
image: /src/content/showcase/_images/openstove.org.webp
4+
url: "https://openstove.org"
5+
---
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Worldwide - Screen Test
3+
image: /src/content/showcase/_images/screentest.app.webp
4+
url: "https://screentest.app"
5+
---
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Bringing Your Ideas to Life
3+
image: /src/content/showcase/_images/vannstudios.com.webp
4+
url: "https://vannstudios.com"
5+
---
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Netlify
3+
image: /src/content/showcase/_images/www.netlify.com.webp
4+
url: "https://www.netlify.com/"
5+
featured: 6
6+
---

0 commit comments

Comments
 (0)