[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({
|
await mod.getStaticPaths({
|
||||||
paginate: generatePaginateFunction(route),
|
paginate: generatePaginateFunction(route),
|
||||||
rss() {
|
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();
|
).flat();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue