mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 22:31:13 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
13
.next/dev/server/middleware-build-manifest.js
Normal file
13
.next/dev/server/middleware-build-manifest.js
Normal file
@@ -0,0 +1,13 @@
|
||||
globalThis.__BUILD_MANIFEST = {
|
||||
"pages": {
|
||||
"/_app": []
|
||||
},
|
||||
"devFiles": [],
|
||||
"polyfillFiles": [],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": []
|
||||
};
|
||||
globalThis.__BUILD_MANIFEST.lowPriorityFiles = [
|
||||
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",
|
||||
"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js"
|
||||
];
|
||||
Reference in New Issue
Block a user