Skip to content

Commit c6612aa

Browse files
committed
Fix attempt
1 parent 76c1257 commit c6612aa

10 files changed

Lines changed: 28 additions & 23 deletions

.next/server/app/_not-found/page_client-reference-manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/app/page_client-reference-manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/chunks/ssr/[turbopack]_runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const RUNTIME_PUBLIC_PATH = "server/chunks/ssr/[turbopack]_runtime.js";
22
const OUTPUT_ROOT = ".next";
3-
const ASSET_PREFIX = "/_next/";
3+
const ASSET_PREFIX = "/maasec.com/_next/";
44
/**
55
* This file contains runtime types and functions that are shared between all
66
* TurboPack ECMAScript runtimes.

.next/server/chunks/ssr/node_modules_36e229._.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/chunks/ssr/node_modules_36e229._.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/chunks/ssr/src_app_896cde._.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/static/chunks/node_modules_next_dist_client_523921._.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ Object.defineProperty(exports, "findSourceMapURL", {
13921392
return findSourceMapURL;
13931393
}
13941394
});
1395-
const basePath = ("TURBOPACK compile-time value", "") || '';
1395+
const basePath = ("TURBOPACK compile-time value", "/maasec.com") || '';
13961396
const pathname = "" + basePath + "/__nextjs_source-map";
13971397
const findSourceMapURL = ("TURBOPACK compile-time truthy", 1) ? function findSourceMapURL(filename) {
13981398
if (filename === '') {
@@ -3801,7 +3801,7 @@ Object.defineProperty(exports, "addBasePath", {
38013801
});
38023802
const _addpathprefix = __turbopack_require__("[project]/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js [app-client] (ecmascript)");
38033803
const _normalizetrailingslash = __turbopack_require__("[project]/node_modules/next/dist/client/normalize-trailing-slash.js [app-client] (ecmascript)");
3804-
const basePath = ("TURBOPACK compile-time value", "") || '';
3804+
const basePath = ("TURBOPACK compile-time value", "/maasec.com") || '';
38053805
function addBasePath(path, required) {
38063806
return (0, _normalizetrailingslash.normalizePathTrailingSlash)(("TURBOPACK compile-time falsy", 0) ? ("TURBOPACK unreachable", undefined) : (0, _addpathprefix.addPathPrefix)(path, basePath));
38073807
}
@@ -4763,7 +4763,7 @@ Object.defineProperty(exports, "hasBasePath", {
47634763
}
47644764
});
47654765
const _pathhasprefix = __turbopack_require__("[project]/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js [app-client] (ecmascript)");
4766-
const basePath = ("TURBOPACK compile-time value", "") || '';
4766+
const basePath = ("TURBOPACK compile-time value", "/maasec.com") || '';
47674767
function hasBasePath(path) {
47684768
return (0, _pathhasprefix.pathHasPrefix)(path, basePath);
47694769
}
@@ -4791,7 +4791,7 @@ Object.defineProperty(exports, "removeBasePath", {
47914791
}
47924792
});
47934793
const _hasbasepath = __turbopack_require__("[project]/node_modules/next/dist/client/has-base-path.js [app-client] (ecmascript)");
4794-
const basePath = ("TURBOPACK compile-time value", "") || '';
4794+
const basePath = ("TURBOPACK compile-time value", "/maasec.com") || '';
47954795
function removeBasePath(path) {
47964796
if ("TURBOPACK compile-time falsy", 0) {
47974797
"TURBOPACK unreachable";
@@ -10017,7 +10017,7 @@ function useOpenInEditor(param) {
1001710017
params.append('file', file);
1001810018
params.append('lineNumber', String(lineNumber));
1001910019
params.append('column', String(column));
10020-
self.fetch((("TURBOPACK compile-time value", "") || '') + "/__nextjs_launch-editor?" + params.toString()).then(()=>{}, ()=>{
10020+
self.fetch((("TURBOPACK compile-time value", "/maasec.com") || '') + "/__nextjs_launch-editor?" + params.toString()).then(()=>{}, ()=>{
1002110021
console.error('There was an issue opening this code in your editor.');
1002210022
});
1002310023
}, [
@@ -11046,7 +11046,7 @@ function getOriginalStackFrame(source, type, isAppDir, errorMessage) {
1104611046
}
1104711047
const controller = new AbortController();
1104811048
const tm = setTimeout(()=>controller.abort(), 3000);
11049-
const res = await self.fetch((("TURBOPACK compile-time value", "") || '') + "/__nextjs_original-stack-frame?" + params.toString(), {
11049+
const res = await self.fetch((("TURBOPACK compile-time value", "/maasec.com") || '') + "/__nextjs_original-stack-frame?" + params.toString(), {
1105011050
signal: controller.signal
1105111051
}).finally(()=>{
1105211052
clearTimeout(tm);
@@ -17089,7 +17089,7 @@ const _hotreloadertypes = __turbopack_require__("[project]/node_modules/next/dis
1708917089
function createDevOverlayElement(reactEl) {
1709017090
const rootLayoutMissingTags = window.__next_root_layout_missing_tags;
1709117091
const hasMissingTags = !!(rootLayoutMissingTags == null ? void 0 : rootLayoutMissingTags.length);
17092-
const socketUrl = (0, _getsocketurl.getSocketUrl)(("TURBOPACK compile-time value", "") || '');
17092+
const socketUrl = (0, _getsocketurl.getSocketUrl)(("TURBOPACK compile-time value", "/maasec.com/") || '');
1709317093
const socket = new window.WebSocket("" + socketUrl + "/_next/webpack-hmr");
1709417094
// add minimal "hot reload" support for RSC errors
1709517095
const handler = (event)=>{

0 commit comments

Comments
 (0)