@@ -48,15 +48,9 @@ exports[`Routing creates Netlify redirects 1`] = `
48
48
/_next/data/%BUILD_ID%/getStaticProps/withFallback/:slug/* /.netlify/functions/next_getStaticProps_withFallback_slug 200
49
49
/_next/data/%BUILD_ID%/getStaticProps/withFallbackBlocking/:id.json /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200
50
50
/_next/data/%BUILD_ID%/getStaticProps/withRevalidate/withFallback/:id.json /.netlify/functions/next_getStaticProps_withRevalidate_withFallback_id 200
51
- /_next/image* url=:url w=:width q=:quality /.netlify/functions/next_image?url=:url& w=:width& q=:quality 200
52
- /api/shows/:id /.netlify/functions/next_api_shows_id 200
53
- /api/shows/:params/* /.netlify/functions/next_api_shows_params 200
54
51
/api/static /.netlify/functions/next_api_static 200
55
52
/en /.netlify/functions/next_index 200
56
- /en/getServerSideProps/all /.netlify/functions/next_getServerSideProps_all_slug 200
57
- /en/getServerSideProps/all/* /.netlify/functions/next_getServerSideProps_all_slug 200
58
53
/en/getServerSideProps/static /.netlify/functions/next_getServerSideProps_static 200
59
- /en/getServerSideProps/:id /.netlify/functions/next_getServerSideProps_id 200
60
54
/en/getStaticProps/1 /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
61
55
/en/getStaticProps/2 /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
62
56
/en/getStaticProps/static /.netlify/functions/next_getStaticProps_static 200! Cookie=__prerender_bypass,__next_preview_data
@@ -65,35 +59,15 @@ exports[`Routing creates Netlify redirects 1`] = `
65
59
/en/getStaticProps/withFallback/4 /.netlify/functions/next_getStaticProps_withFallback_id 200! Cookie=__prerender_bypass,__next_preview_data
66
60
/en/getStaticProps/withFallback/my/path/1 /.netlify/functions/next_getStaticProps_withFallback_slug 200! Cookie=__prerender_bypass,__next_preview_data
67
61
/en/getStaticProps/withFallback/my/path/2 /.netlify/functions/next_getStaticProps_withFallback_slug 200! Cookie=__prerender_bypass,__next_preview_data
68
- /en/getStaticProps/withFallback/:id /.netlify/functions/next_getStaticProps_withFallback_id 200
69
- /en/getStaticProps/withFallback/:slug/* /.netlify/functions/next_getStaticProps_withFallback_slug 200
70
62
/en/getStaticProps/withFallbackBlocking/3 /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200! Cookie=__prerender_bypass,__next_preview_data
71
63
/en/getStaticProps/withFallbackBlocking/4 /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200! Cookie=__prerender_bypass,__next_preview_data
72
- /en/getStaticProps/withFallbackBlocking/:id /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200
73
64
/en/getStaticProps/withRevalidate/1 /.netlify/functions/next_getStaticProps_withRevalidate_id 200
74
65
/en/getStaticProps/withRevalidate/2 /.netlify/functions/next_getStaticProps_withRevalidate_id 200
75
- /en/getStaticProps/withRevalidate/withFallback/:id /.netlify/functions/next_getStaticProps_withRevalidate_withFallback_id 200
76
- /en/shows/:id /.netlify/functions/next_shows_id 200
77
- /en/shows/:params/* /.netlify/functions/next_shows_params 200
78
- /en/static/:id /en/static/[id].html 200
79
66
/es /.netlify/functions/next_index 200
80
- /es/getServerSideProps/all /.netlify/functions/next_getServerSideProps_all_slug 200
81
- /es/getServerSideProps/all/* /.netlify/functions/next_getServerSideProps_all_slug 200
82
67
/es/getServerSideProps/static /.netlify/functions/next_getServerSideProps_static 200
83
- /es/getServerSideProps/:id /.netlify/functions/next_getServerSideProps_id 200
84
68
/es/getStaticProps/static /.netlify/functions/next_getStaticProps_static 200! Cookie=__prerender_bypass,__next_preview_data
85
69
/es/getStaticProps/with-revalidate /.netlify/functions/next_getStaticProps_withrevalidate 200
86
- /es/getStaticProps/withFallback/:id /.netlify/functions/next_getStaticProps_withFallback_id 200
87
- /es/getStaticProps/withFallback/:slug/* /.netlify/functions/next_getStaticProps_withFallback_slug 200
88
- /es/getStaticProps/withFallbackBlocking/:id /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200
89
- /es/getStaticProps/withRevalidate/withFallback/:id /.netlify/functions/next_getStaticProps_withRevalidate_withFallback_id 200
90
- /es/shows/:id /.netlify/functions/next_shows_id 200
91
- /es/shows/:params/* /.netlify/functions/next_shows_params 200
92
- /es/static/:id /es/static/[id].html 200
93
- /getServerSideProps/all /.netlify/functions/next_getServerSideProps_all_slug 200
94
- /getServerSideProps/all/* /.netlify/functions/next_getServerSideProps_all_slug 200
95
70
/getServerSideProps/static /.netlify/functions/next_getServerSideProps_static 200
96
- /getServerSideProps/:id /.netlify/functions/next_getServerSideProps_id 200
97
71
/getStaticProps/1 /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
98
72
/getStaticProps/1 /en/getStaticProps/1 200
99
73
/getStaticProps/2 /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
@@ -109,18 +83,44 @@ exports[`Routing creates Netlify redirects 1`] = `
109
83
/getStaticProps/withFallback/my/path/1 /en/getStaticProps/withFallback/my/path/1 200
110
84
/getStaticProps/withFallback/my/path/2 /.netlify/functions/next_getStaticProps_withFallback_slug 200! Cookie=__prerender_bypass,__next_preview_data
111
85
/getStaticProps/withFallback/my/path/2 /en/getStaticProps/withFallback/my/path/2 200
112
- /getStaticProps/withFallback/:id /.netlify/functions/next_getStaticProps_withFallback_id 200
113
- /getStaticProps/withFallback/:slug/* /.netlify/functions/next_getStaticProps_withFallback_slug 200
114
86
/getStaticProps/withFallbackBlocking/3 /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200! Cookie=__prerender_bypass,__next_preview_data
115
87
/getStaticProps/withFallbackBlocking/3 /en/getStaticProps/withFallbackBlocking/3 200
116
88
/getStaticProps/withFallbackBlocking/4 /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200! Cookie=__prerender_bypass,__next_preview_data
117
89
/getStaticProps/withFallbackBlocking/4 /en/getStaticProps/withFallbackBlocking/4 200
118
- /getStaticProps/withFallbackBlocking/:id /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200
119
90
/getStaticProps/withRevalidate/1 /.netlify/functions/next_getStaticProps_withRevalidate_id 200
120
91
/getStaticProps/withRevalidate/2 /.netlify/functions/next_getStaticProps_withRevalidate_id 200
92
+ /static /en/static.html 200
93
+ /_next/image* url=:url w=:width q=:quality /.netlify/functions/next_image?url=:url& w=:width& q=:quality 200
94
+ /api/shows/:id /.netlify/functions/next_api_shows_id 200
95
+ /api/shows/:params/* /.netlify/functions/next_api_shows_params 200
96
+ /en/getServerSideProps/all /.netlify/functions/next_getServerSideProps_all_slug 200
97
+ /en/getServerSideProps/all/* /.netlify/functions/next_getServerSideProps_all_slug 200
98
+ /en/getServerSideProps/:id /.netlify/functions/next_getServerSideProps_id 200
99
+ /en/getStaticProps/withFallback/:id /.netlify/functions/next_getStaticProps_withFallback_id 200
100
+ /en/getStaticProps/withFallback/:slug/* /.netlify/functions/next_getStaticProps_withFallback_slug 200
101
+ /en/getStaticProps/withFallbackBlocking/:id /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200
102
+ /en/getStaticProps/withRevalidate/withFallback/:id /.netlify/functions/next_getStaticProps_withRevalidate_withFallback_id 200
103
+ /en/shows/:id /.netlify/functions/next_shows_id 200
104
+ /en/shows/:params/* /.netlify/functions/next_shows_params 200
105
+ /en/static/:id /en/static/[id].html 200
106
+ /es/getServerSideProps/all /.netlify/functions/next_getServerSideProps_all_slug 200
107
+ /es/getServerSideProps/all/* /.netlify/functions/next_getServerSideProps_all_slug 200
108
+ /es/getServerSideProps/:id /.netlify/functions/next_getServerSideProps_id 200
109
+ /es/getStaticProps/withFallback/:id /.netlify/functions/next_getStaticProps_withFallback_id 200
110
+ /es/getStaticProps/withFallback/:slug/* /.netlify/functions/next_getStaticProps_withFallback_slug 200
111
+ /es/getStaticProps/withFallbackBlocking/:id /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200
112
+ /es/getStaticProps/withRevalidate/withFallback/:id /.netlify/functions/next_getStaticProps_withRevalidate_withFallback_id 200
113
+ /es/shows/:id /.netlify/functions/next_shows_id 200
114
+ /es/shows/:params/* /.netlify/functions/next_shows_params 200
115
+ /es/static/:id /es/static/[id].html 200
116
+ /getServerSideProps/all /.netlify/functions/next_getServerSideProps_all_slug 200
117
+ /getServerSideProps/all/* /.netlify/functions/next_getServerSideProps_all_slug 200
118
+ /getServerSideProps/:id /.netlify/functions/next_getServerSideProps_id 200
119
+ /getStaticProps/withFallback/:id /.netlify/functions/next_getStaticProps_withFallback_id 200
120
+ /getStaticProps/withFallback/:slug/* /.netlify/functions/next_getStaticProps_withFallback_slug 200
121
+ /getStaticProps/withFallbackBlocking/:id /.netlify/functions/next_getStaticProps_withFallbackBlocking_id 200
121
122
/getStaticProps/withRevalidate/withFallback/:id /.netlify/functions/next_getStaticProps_withRevalidate_withFallback_id 200
122
123
/shows/:id /.netlify/functions/next_shows_id 200
123
124
/shows/:params/* /.netlify/functions/next_shows_params 200
124
- /static /en/static.html 200
125
125
/static/:id /en/static/[id].html 200"
126
126
` ;
0 commit comments