Adding episode.
This commit is contained in:
@@ -183,7 +183,7 @@ export default async function Page() {
|
||||
<div className="lg:min-w-0 lg:flex-1">
|
||||
<h3 className="text-lg font-semibold leading-8 tracking-tight text-indigo-600">Discounted</h3>
|
||||
<p className="mt-1 text-base leading-7 text-gray-600">
|
||||
Can't afford a full-priced subscription right now? Or live in a place with a lower cost-of-living? The discounted subscription includes all of the benefits of a full subscription at a reduced price ($20 USD annually) and still helps support the show!
|
||||
Can't afford a full-priced subscription right now? Or live in a place with a lower cost-of-living? The discounted subscription includes all of the benefits of a full subscription at a reduced price ($20 USD annually) and still helps support the show!
|
||||
</p>
|
||||
</div>
|
||||
<a
|
||||
|
||||
@@ -9,6 +9,11 @@ import { extractFromXml } from '@extractus/feed-extractor'
|
||||
export const PAGE_SIZE = 15;
|
||||
|
||||
const episodeExtra = {
|
||||
'Buzzsprout-12694669': {
|
||||
slug: 'how-to-keep-your-software-job-if-ai-takes-over',
|
||||
transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '091-mixed.srt')).toString()),
|
||||
youtube: 'https://www.youtube.com/embed/Cwb-vjJTGCU'
|
||||
},
|
||||
'Buzzsprout-12631045': {
|
||||
slug: 'how-to-use-ai-to-write-react-programs',
|
||||
transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '089-mixed.srt')).toString()),
|
||||
|
||||
Reference in New Issue
Block a user