1
0
Fork 0

fix(org): Fix SSR config for docs

This commit is contained in:
joostdecock 2023-08-28 08:43:00 +02:00
parent 0b5be6f283
commit fc1ca11560

View file

@ -84,6 +84,6 @@ export async function getStaticPaths() {
...somePaths.map((key) => `/nl/${key}`),
...somePaths.map((key) => `/uk/${key}`),
],
fallback: true,
fallback: false,
}
}