[ci] format
This commit is contained in:
parent
d145b8689c
commit
40614597cc
1 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue