We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0750da9 commit 39aec1eCopy full SHA for 39aec1e
1 file changed
pages/[pageId].tsx
@@ -40,7 +40,7 @@ export async function getStaticPaths() {
40
...new Set([
41
...Object.keys(siteMap.canonicalPageMap),
42
...Object.keys(pageUrlOverrides)
43
- ])
+ ])
44
]
45
46
const staticPaths = {
0 commit comments