chore: Next.js proxy migration & E2E integration
Former-commit-id: daf08548d0a8f45b07b4b87405edd081e823edd5
This commit is contained in:
64
.next/static/h2FeHR2_IMO0RWTw5Go2d/_buildManifest.js
Normal file
64
.next/static/h2FeHR2_IMO0RWTw5Go2d/_buildManifest.js
Normal file
@@ -0,0 +1,64 @@
|
||||
self.__BUILD_MANIFEST = {
|
||||
"__rewrites": {
|
||||
"afterFiles": [],
|
||||
"beforeFiles": [
|
||||
{
|
||||
"source": "/:locale/datasheets/:path*",
|
||||
"destination": "/api/datasheets/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/:locale/brochures/:path*",
|
||||
"destination": "/api/brochures/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/datasheets/:path*",
|
||||
"destination": "/api/datasheets/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/brochures/:path*",
|
||||
"destination": "/api/brochures/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/de/produkte",
|
||||
"destination": "/de/products"
|
||||
},
|
||||
{
|
||||
"source": "/de/produkte/:path*",
|
||||
"destination": "/de/products/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/de/kontakt",
|
||||
"destination": "/de/contact"
|
||||
},
|
||||
{
|
||||
"source": "/en/produkte",
|
||||
"destination": "/en/products"
|
||||
},
|
||||
{
|
||||
"source": "/en/produkte/:path*",
|
||||
"destination": "/en/products/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/en/kontakt",
|
||||
"destination": "/en/contact"
|
||||
},
|
||||
{
|
||||
"source": "/en/impressum",
|
||||
"destination": "/en/legal-notice"
|
||||
},
|
||||
{
|
||||
"source": "/en/datenschutz",
|
||||
"destination": "/en/privacy-policy"
|
||||
},
|
||||
{
|
||||
"source": "/en/agbs",
|
||||
"destination": "/en/terms"
|
||||
}
|
||||
],
|
||||
"fallback": []
|
||||
},
|
||||
"sortedPages": [
|
||||
"/_app",
|
||||
"/_error"
|
||||
]
|
||||
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!api|_next\\/static|_next\\/image|favicon.ico|admin|manifest.webmanifest|.*\\.(?:svg|png|jpg|jpeg|gif|webp|pdf|xlsx|txt|vcf|xml|webm|mp4|map)$).*))(\\.json)?[\\/#\\?]?$",
|
||||
"originalSource": "/((?!api|_next/static|_next/image|favicon.ico|admin|manifest.webmanifest|.*\\.(?:svg|png|jpg|jpeg|gif|webp|pdf|xlsx|txt|vcf|xml|webm|mp4|map)$).*)"
|
||||
},
|
||||
{
|
||||
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/(de|en))(?:\\/((?:[^\\/#\\?]+?)(?:\\/(?:[^\\/#\\?]+?))*))?(\\.json)?[\\/#\\?]?$",
|
||||
"originalSource": "/(de|en)/:path*"
|
||||
}
|
||||
]
|
||||
1
.next/static/h2FeHR2_IMO0RWTw5Go2d/_ssgManifest.js
Normal file
1
.next/static/h2FeHR2_IMO0RWTw5Go2d/_ssgManifest.js
Normal file
@@ -0,0 +1 @@
|
||||
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
|
||||
Reference in New Issue
Block a user