Replace quote character with standard apostrophe (#2142)

This commit is contained in:
Luc 2021-12-13 23:18:22 +01:00 committed by GitHub
parent bd1956b72f
commit bc080288fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export async function getStaticPaths({rss}) {
// Generate an RSS feed from this collection
rss({
// The RSS Feed title, description, and custom metadata.
title: 'Dons Blog',
title: 'Don\'s Blog',
description: 'An example blog on Astro',
customData: `<language>en-us</language>`,
// The list of items for your RSS feed, sorted.