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 4806d95 commit b0db9eeCopy full SHA for b0db9ee
snippets/next-javascript.json
@@ -20,5 +20,17 @@
20
"};"
21
],
22
"description": "Next.js Get Static Props Typescript"
23
- }
+ },
24
+ "ngsp": {
25
+ "prefix": "ngsp",
26
+ "body": [
27
+ "export const getStaticPaths = async () => {",
28
+ " return {",
29
+ " paths:[${1}],",
30
+ " fallback:false",
31
+ " }",
32
+ "}"
33
+ ],
34
+ "description": "Next JS Get Static Path Javascript"
35
+}
36
}
0 commit comments