fix(org): Fix SSR config for docs
This commit is contained in:
parent
0b5be6f283
commit
fc1ca11560
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ export async function getStaticPaths() {
|
|||
...somePaths.map((key) => `/nl/${key}`),
|
||||
...somePaths.map((key) => `/uk/${key}`),
|
||||
],
|
||||
fallback: true,
|
||||
fallback: false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue