Skip to content

Commit 0aaf5c0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into more-seamless-scrollbars
2 parents f00610c + 3c0b02f commit 0aaf5c0

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

src/img/people/argyleink.jpg

105 KB
Loading

starpod.config.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,22 @@ export default defineStarpodConfig({
1010
bio: 'Huge Ember and Tailwind fanboy. I work at Amazon btw.',
1111
img: 'robbiethewagner.jpg',
1212
github: 'https://github.com/RobbieTheWagner',
13-
twitter: 'https://twitter.com/RobbieTheWagner',
13+
twitter: 'https://x.com/RobbieTheWagner',
1414
website: 'https://robbiethewagner.dev'
1515
},
1616
{
1717
name: 'Charles William Carpenter III',
1818
bio: 'Third of his name, user of gifs, hater of ESM.',
1919
img: 'chuckcarpenter.jpg',
2020
github: 'https://github.com/chuckcarpenter',
21-
twitter: 'https://twitter.com/CharlesWthe3rd'
21+
twitter: 'https://x.com/CharlesWthe3rd'
22+
},
23+
{
24+
name: 'Adam Argyle',
25+
bio: 'Devigner unicorn, CSS dork, punky but nice.',
26+
img: 'argyleink.jpg',
27+
github: 'https://github.com/argyleink',
28+
twitter: 'https://x.com/argyleink'
2229
}
2330
],
2431
platforms: {

tests/episode.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const episode1 = {
66
description:
77
/^Have you ever reflected on the tools that shaped your journey as a developer?/,
88
image:
9-
'https://content.production.cdn.art19.com/images/e9/7a/78/16/e97a7816-1ca2-4fcd-8409-1a02e316b81a/03e2640740b7dea50ee910533c52edd18c88e77189b1ebbbde4e2af3558df57d0e2f4153148176d1f748fd8585ca7f4c6107adaaf585712da966012f033c6603.jpeg'
9+
'https://play.cdnstream1.com/zjb/image/download/d6/c4/9e/d6c49e16-ed89-45f9-b5d4-60dac61e44b0_1400.jpg'
1010
};
1111

1212
const episode2 = {
@@ -15,7 +15,7 @@ const episode2 = {
1515
description:
1616
/^In this crossover episode, Chuck and Robbie join Jem Young and Ryan Burgess from/,
1717
image:
18-
'https://content.production.cdn.art19.com/images/2c/b5/34/ed/2cb534ed-fda4-4af2-84b0-f95365ea53d3/b7880054d69de3799ab4a66c709bbd0d6076b8066c9bf82e558f54a153bea321ae8623f681f4a454dc911c92209e676833daf42c4f9f61bfdc1b7189d3c3f158.jpeg'
18+
'https://play.cdnstream1.com/zjb/image/download/07/33/c2/0733c291-7cba-4455-a0f9-01761eb1e6bd_1400.jpg'
1919
};
2020

2121
test('works with episode numbers', async ({ page }) => {

tests/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const indexMeta = {
55
description:
66
/^Veteran web developers RobbieTheWagner and Charles William Carpenter III host this informal, whiskey-fueled fireside chat with your favorite web devs/,
77
image:
8-
'https://content.production.cdn.art19.com/images/68/ab/83/a8/68ab83a8-c791-4d25-bca6-c0c7e2b16306/6b4c27783b4d53afdc6b82c0d44991f8fac363f181cbc7e6905933cf064b5831271186d9efe568d4bf138e059dc9195f6143993ceab5288c21e5ef47ee532e5f.jpeg'
8+
'https://play.cdnstream1.com/zjb/image/download/c7/ad/57/c7ad5763-26d4-49e8-9b51-37f448a8bad1_1400.jpg'
99
};
1010

1111
test('index page has correct meta', async ({ page }) => {

0 commit comments

Comments
 (0)