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