mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-19 20:25:01 +00:00
16 lines
335 B
JavaScript
16 lines
335 B
JavaScript
self.__BUILD_MANIFEST = {
|
|
"__rewrites": {
|
|
"afterFiles": [],
|
|
"beforeFiles": [
|
|
{
|
|
"source": "/t2-mapper//_next/:path+",
|
|
"destination": "/t2-mapper/_next/:path+"
|
|
}
|
|
],
|
|
"fallback": []
|
|
},
|
|
"sortedPages": [
|
|
"/_app",
|
|
"/_error"
|
|
]
|
|
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() |