mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Update api-reference.md
This commit is contained in:
parent
986bed8ca4
commit
72853afffa
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ This function is required because Astro is a static site builder. That means tha
|
||||||
---
|
---
|
||||||
export async function getStaticPaths() {
|
export async function getStaticPaths() {
|
||||||
return [
|
return [
|
||||||
{ params: { ... } },
|
{ params: { /* required */ }, props: { /* optional */ },
|
||||||
{ params: { ... } },
|
{ params: { ... } },
|
||||||
{ params: { ... } },
|
{ params: { ... } },
|
||||||
// ...
|
// ...
|
||||||
|
|
Loading…
Reference in a new issue