[ci] format
This commit is contained in:
parent
33fd1c9766
commit
5c59d3d1f5
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