33exports [` Routing creates Netlify redirects 1` ] = `
44"# Next-on-Netlify Redirects
55/ /.netlify/functions/next_index 200
6- /404 /en/404.html 200
6+ /404 /.netlify/functions/next_404 200! Cookie=__prerender_bypass,__next_preview_data
7+ /404 /en/404 200
78/500 /en/500.html 200
89/_next/data/%BUILD_ID%/en.json /.netlify/functions/next_index 200
10+ /_next/data/%BUILD_ID%/en/404.json /.netlify/functions/next_404 200! Cookie=__prerender_bypass,__next_preview_data
911/_next/data/%BUILD_ID%/en/getServerSideProps/static.json /.netlify/functions/next_getServerSideProps_static 200
1012/_next/data/%BUILD_ID%/en/getStaticProps/1.json /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
1113/_next/data/%BUILD_ID%/en/getStaticProps/2.json /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
@@ -22,13 +24,15 @@ exports[`Routing creates Netlify redirects 1`] = `
2224/_next/data/%BUILD_ID%/en/getStaticProps/withRevalidate/withFallback/1.json /.netlify/functions/preview-next_getStaticProps_withRevalidate_withFallback_id 200! Cookie=__prerender_bypass,__next_preview_data
2325/_next/data/%BUILD_ID%/en/getStaticProps/withRevalidate/withFallback/2.json /.netlify/functions/preview-next_getStaticProps_withRevalidate_withFallback_id 200! Cookie=__prerender_bypass,__next_preview_data
2426/_next/data/%BUILD_ID%/es.json /.netlify/functions/next_index 200
27+ /_next/data/%BUILD_ID%/es/404.json /.netlify/functions/next_404 200! Cookie=__prerender_bypass,__next_preview_data
2528/_next/data/%BUILD_ID%/es/getServerSideProps/static.json /.netlify/functions/next_getServerSideProps_static 200
2629/_next/data/%BUILD_ID%/es/getStaticProps/static.json /.netlify/functions/next_getStaticProps_static 200! Cookie=__prerender_bypass,__next_preview_data
2730/_next/data/%BUILD_ID%/es/getStaticProps/with-revalidate.json /.netlify/functions/next_getStaticProps_withrevalidate 200
2831/_next/data/%BUILD_ID%/getServerSideProps/static.json /.netlify/functions/next_getServerSideProps_static 200
2932/api/hello-background /.netlify/functions/next_api_hello-background 200
3033/api/static /.netlify/functions/next_api_static 200
3134/en /.netlify/functions/next_index 200
35+ /en/404 /.netlify/functions/next_404 200! Cookie=__prerender_bypass,__next_preview_data
3236/en/getServerSideProps/static /.netlify/functions/next_getServerSideProps_static 200
3337/en/getStaticProps/1 /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
3438/en/getStaticProps/2 /.netlify/functions/next_getStaticProps_id 200! Cookie=__prerender_bypass,__next_preview_data
@@ -45,6 +49,7 @@ exports[`Routing creates Netlify redirects 1`] = `
4549/en/getStaticProps/withRevalidate/withFallback/1 /.netlify/functions/preview-next_getStaticProps_withRevalidate_withFallback_id 200! Cookie=__prerender_bypass,__next_preview_data
4650/en/getStaticProps/withRevalidate/withFallback/2 /.netlify/functions/preview-next_getStaticProps_withRevalidate_withFallback_id 200! Cookie=__prerender_bypass,__next_preview_data
4751/es /.netlify/functions/next_index 200
52+ /es/404 /.netlify/functions/next_404 200! Cookie=__prerender_bypass,__next_preview_data
4853/es/getServerSideProps/static /.netlify/functions/next_getServerSideProps_static 200
4954/es/getStaticProps/static /.netlify/functions/next_getStaticProps_static 200! Cookie=__prerender_bypass,__next_preview_data
5055/es/getStaticProps/with-revalidate /.netlify/functions/next_getStaticProps_withrevalidate 200
0 commit comments