Skip to content

Commit c9afe17

Browse files
Update RSS feed
1 parent 687fbb8 commit c9afe17

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 22.20.0
2-
pnpm 10.19.0
1+
nodejs 22.21.1
2+
pnpm 10.27.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The url to the RSS feed where your podcast is hosted.
9494
**Example:**
9595

9696
```ts
97-
rssFeed: 'https://feed.cdnstream1.com/zjb/feed/download/62/bd/69/62bd6905-0edc-44dd-b865-a7e365e16828.xml';
97+
rssFeed: 'https://rss.flightcast.com/w7bqgc792i30fd43a32uawx0.xml';
9898
```
9999

100100
#### Setting up the contact form

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"engines": {
6767
"node": "^22.0.0"
6868
},
69-
"packageManager": "pnpm@10.19.0",
69+
"packageManager": "pnpm@10.27.0",
7070
"pnpm": {
7171
"onlyBuiltDependencies": [
7272
"@tailwindcss/oxide",

starpod.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ export default defineStarpodConfig({
3939
spotify: 'https://open.spotify.com/show/19jiuHAqzeKnkleQUpZxDf',
4040
youtube: 'https://www.youtube.com/@WhiskeyWebAndWhatnot/'
4141
},
42-
rssFeed: 'https://feed.cdnstream1.com/zjb/feed/download/62/bd/69/62bd6905-0edc-44dd-b865-a7e365e16828.xml'
42+
rssFeed: 'https://rss.flightcast.com/w7bqgc792i30fd43a32uawx0.xml'
4343
});

tests/e2e/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://play.cdnstream1.com/zjb/image/download/d6/c4/9e/d6c49e16-ed89-45f9-b5d4-60dac61e44b0_1400.jpg'
9+
'https://files.flightcast.com/episode-imports/images/w7bqgc792i30fd43a32uawx0/fp65qi9x3482p3zx5n4a46e2/qzivndc8e0mlthihjty15w5i.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://play.cdnstream1.com/zjb/image/download/07/33/c2/0733c291-7cba-4455-a0f9-01761eb1e6bd_1400.jpg'
18+
'https://files.flightcast.com/episode-imports/images/w7bqgc792i30fd43a32uawx0/w8443r6d5hsr1icxxuottjrg/mgu40pwm28chp1rru32fggji.jpg'
1919
};
2020

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

tests/e2e/index.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ const indexMeta = {
44
title: 'Whiskey Web and Whatnot: Web Development, Neat',
55
description:
66
/^Veteran web developers RobbieTheWagner, Charles William Carpenter III, and Adam Argyle host this informal, whiskey-fueled fireside chat with your favorite web devs. They discuss all things web development including JavaScript, TypeScript, EmberJS, React, Astro, SolidJS, CSS, HTML, Web3, and more. They take a unique approach and focus on getting to know the human side of developers and their hobbies outside of work, all while sampling a new whiskey that they rate on their unique tentacle scale./,
7-
image:
8-
'https://play.cdnstream1.com/zjb/image/download/c7/ad/57/c7ad5763-26d4-49e8-9b51-37f448a8bad1_1400.jpg'
7+
image: 'https://assets.flightcast.com/static/fx4npv5dbjrucewh4372wfv9.jpg'
98
};
109

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

0 commit comments

Comments
 (0)