@@ -70,7 +70,50 @@ exports.resolvePages = () => {
70
70
} "
71
71
` ;
72
72
73
- exports [` onBuild() generates static files manifest 1` ] = ` Array []` ;
73
+ exports [` onBuild() generates static files manifest 1` ] = `
74
+ Array [
75
+ "en/getStaticProps/1.html",
76
+ "en/getStaticProps/1.json",
77
+ "en/getStaticProps/2.html",
78
+ "en/getStaticProps/2.json",
79
+ "en/getStaticProps/env.html",
80
+ "en/getStaticProps/env.json",
81
+ "en/getStaticProps/static.html",
82
+ "en/getStaticProps/static.json",
83
+ "en/getStaticProps/withFallback/3.html",
84
+ "en/getStaticProps/withFallback/3.json",
85
+ "en/getStaticProps/withFallback/4.html",
86
+ "en/getStaticProps/withFallback/4.json",
87
+ "en/getStaticProps/withFallback/my/path/1.html",
88
+ "en/getStaticProps/withFallback/my/path/1.json",
89
+ "en/getStaticProps/withFallback/my/path/2.html",
90
+ "en/getStaticProps/withFallback/my/path/2.json",
91
+ "en/getStaticProps/withFallbackBlocking/3.html",
92
+ "en/getStaticProps/withFallbackBlocking/3.json",
93
+ "en/getStaticProps/withFallbackBlocking/4.html",
94
+ "en/getStaticProps/withFallbackBlocking/4.json",
95
+ "en/image.html",
96
+ "en/previewTest.html",
97
+ "en/previewTest.json",
98
+ "en/static.html",
99
+ "es/getStaticProps/env.html",
100
+ "es/getStaticProps/env.json",
101
+ "es/getStaticProps/static.html",
102
+ "es/getStaticProps/static.json",
103
+ "es/image.html",
104
+ "es/previewTest.html",
105
+ "es/previewTest.json",
106
+ "es/static.html",
107
+ "fr/getStaticProps/env.html",
108
+ "fr/getStaticProps/env.json",
109
+ "fr/getStaticProps/static.html",
110
+ "fr/getStaticProps/static.json",
111
+ "fr/image.html",
112
+ "fr/previewTest.html",
113
+ "fr/previewTest.json",
114
+ "fr/static.html",
115
+ ]
116
+ ` ;
74
117
75
118
exports [` onBuild() writes correct redirects to netlifyConfig 1` ] = `
76
119
Array [
0 commit comments