mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
f1737f14dc
commit
e7f9696cea
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ const rssOptionsValidator = z.object({
|
|||
.or(globResultValidator)
|
||||
.transform((items) => {
|
||||
if (!Array.isArray(items)) {
|
||||
// eslint-disable-next-line
|
||||
// eslint-disable-next-line
|
||||
console.warn(
|
||||
yellow(
|
||||
'[RSS] Passing a glob result directly has been deprecated. Please migrate to the `pagesGlobToRssItems()` helper: https://docs.astro.build/en/guides/rss/'
|
||||
|
|
Loading…
Reference in a new issue