Update page.mdx

This commit is contained in:
Ryan Freeman 2023-08-27 11:27:13 +02:00 committed by GitHub
parent b46986e1e8
commit cb8726377a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ export const metadata = {
authors: 'Ryan Freeman', authors: 'Ryan Freeman',
title: 'Changelog August 2023', title: 'Changelog August 2023',
date: '2023-08-05', date: '2023-08-05',
description: 'July was a truly soggy month and apparently Ireland\'s soggiest July on record, which has been a real dampener on my motivation and creativity. Despite the crappy weather I\'ve managed to get some things done this month.' description: 'July was a truly soggy month and apparently Ireland\'s soggiest July on record. Despite the crappy weather I\'ve managed to get some things done this month.'
} }
export default (props) => <ArticleLayout export default (props) => <ArticleLayout
@ -26,7 +26,7 @@ export default (props) => <ArticleLayout
priority priority
/> />
July was a truly soggy month and apparently [Ireland's soggiest July on record](https://www.met.ie/july-2023-provisionally-irelands-wettest-july-on-record), which has been a real dampener on my motivation and creativity. Despite the crappy weather I've managed to get some things done this month. July was a truly soggy month and apparently [Ireland's soggiest July on record](https://www.met.ie/july-2023-provisionally-irelands-wettest-july-on-record). Despite the crappy weather I've managed to get some things done this month.
## Making the most of the new Next.js features ## Making the most of the new Next.js features
@ -122,4 +122,4 @@ I also need to write some TypeScript to generate a dynamic RSS feed so readers c
Another nice-to-have feature would be to allow the readers to subscribe and receive updates via email. Another nice-to-have feature would be to allow the readers to subscribe and receive updates via email.
Watch this space for new features which I'll write about it next month's changelog. Watch this space for new features which I'll write about it next month's changelog.