mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Replace quote character with standard apostrophe (#2142)
This commit is contained in:
parent
bd1956b72f
commit
bc080288fe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export async function getStaticPaths({rss}) {
|
||||||
// Generate an RSS feed from this collection
|
// Generate an RSS feed from this collection
|
||||||
rss({
|
rss({
|
||||||
// The RSS Feed title, description, and custom metadata.
|
// The RSS Feed title, description, and custom metadata.
|
||||||
title: 'Don’s Blog',
|
title: 'Don\'s Blog',
|
||||||
description: 'An example blog on Astro',
|
description: 'An example blog on Astro',
|
||||||
customData: `<language>en-us</language>`,
|
customData: `<language>en-us</language>`,
|
||||||
// The list of items for your RSS feed, sorted.
|
// The list of items for your RSS feed, sorted.
|
||||||
|
|
Loading…
Reference in a new issue