mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use fallback: 'blocking'
This commit is contained in:
parent
2d5c88ed2c
commit
55c96dbb71
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ function HomebrewFormula({ payload }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getStaticPaths() {
|
export async function getStaticPaths() {
|
||||||
return { paths: [], fallback: true }
|
return {
|
||||||
|
paths: [],
|
||||||
|
fallback: 'blocking'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getStaticProps({ params }) {
|
export async function getStaticProps({ params }) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue