[ci] format

This commit is contained in:
bholmesdev 2022-05-31 16:09:23 +00:00 committed by github-actions[bot]
parent d145b8689c
commit 40614597cc

View file

@ -38,8 +38,10 @@ export async function callGetStaticPaths({
await mod.getStaticPaths({
paginate: generatePaginateFunction(route),
rss() {
throw new Error('The RSS helper has been removed from getStaticPaths! Try the new @astrojs/rss package instead. See https://docs.astro.build/en/guides/rss/')
}
throw new Error(
'The RSS helper has been removed from getStaticPaths! Try the new @astrojs/rss package instead. See https://docs.astro.build/en/guides/rss/'
);
},
})
).flat();
}