mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Converted generateRssFeed to TypeScript
This commit is contained in:
parent
3062b933c7
commit
90edf48a7d
@ -16,7 +16,7 @@ export async function generateRssFeed() {
|
|||||||
title: author.name,
|
title: author.name,
|
||||||
description: 'Hi. I\'m Ryan, a software engineer based in Dublin, Ireland. I\'m currently working in the aviation industry for Aer Lingus. I am passionate about personal growth and progressing in my career. This is my personal website where you can learn more about me, read articles Ive written and see projects I\'ve worked on.',
|
description: 'Hi. I\'m Ryan, a software engineer based in Dublin, Ireland. I\'m currently working in the aviation industry for Aer Lingus. I am passionate about personal growth and progressing in my career. This is my personal website where you can learn more about me, read articles Ive written and see projects I\'ve worked on.',
|
||||||
author,
|
author,
|
||||||
id: siteUrl,
|
id: siteUrl!,
|
||||||
link: siteUrl,
|
link: siteUrl,
|
||||||
image: `${siteUrl}/static/icons/favicon.ico`,
|
image: `${siteUrl}/static/icons/favicon.ico`,
|
||||||
favicon: `${siteUrl}/static/icons/favicon.ico`,
|
favicon: `${siteUrl}/static/icons/favicon.ico`,
|
Loading…
Reference in New Issue
Block a user