File tree Expand file tree Collapse file tree 2 files changed +23
-11
lines changed Expand file tree Collapse file tree 2 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 2222 "description" : " Next.js Get Static Props Typescript"
2323 },
2424 "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- }
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+ }
3636}
Original file line number Diff line number Diff line change 6767 " export default ${1:${TM_FILENAME_BASE/(.*)/${1:/capitalize}/}}"
6868 ],
6969 "description" : " Next.js Component Typescript"
70+ },
71+ "ngspt" : {
72+ "prefix" : " ngspt" ,
73+ "body" : [
74+ " export const getStaticPaths: GetStaticPaths = async () => {" ,
75+ " return {" ,
76+ " paths:[${1}]," ,
77+ " fallback:false" ,
78+ " }" ,
79+ " }"
80+ ],
81+ "description" : " Next.js Get Static Path Typescript"
7082 }
7183}
You can’t perform that action at this time.
0 commit comments