feat(ui): finalize E-TIB modernization with footer redesign, video optimization, and TS fixes
Former-commit-id: 67ac02c8404cc66893fdf97308574701cca6000c
This commit is contained in:
20
.next/server/functions-config-manifest.json
Normal file
20
.next/server/functions-config-manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"functions": {
|
||||
"/_middleware": {
|
||||
"runtime": "nodejs",
|
||||
"matchers": [
|
||||
{
|
||||
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!api|_next|assets|_static|_vercel|[\\w-]+\\.\\w+).*))(\\.json)?[\\/#\\?]?$",
|
||||
"originalSource": "/((?!api|_next|assets|_static|_vercel|[\\w-]+\\.\\w+).*)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"/[locale]/[slug]/opengraph-image": {},
|
||||
"/[locale]/blog/[slug]/opengraph-image": {},
|
||||
"/[locale]/blog/opengraph-image": {},
|
||||
"/[locale]/contact/opengraph-image": {},
|
||||
"/[locale]/opengraph-image": {},
|
||||
"/[locale]/team/opengraph-image": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user