@@ -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 ") || '';
13961396const pathname = "" + basePath + "/__nextjs_source-map";
13971397const findSourceMapURL = ("TURBOPACK compile-time truthy", 1) ? function findSourceMapURL(filename) {
13981398 if (filename === '') {
@@ -3801,7 +3801,7 @@ Object.defineProperty(exports, "addBasePath", {
38013801});
38023802const _addpathprefix = __turbopack_require__("[project]/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js [app-client] (ecmascript)");
38033803const _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 ") || '';
38053805function 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});
47654765const _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 ") || '';
47674767function hasBasePath(path) {
47684768 return (0, _pathhasprefix.pathHasPrefix)(path, basePath);
47694769}
@@ -4791,7 +4791,7 @@ Object.defineProperty(exports, "removeBasePath", {
47914791 }
47924792});
47934793const _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 ") || '';
47954795function 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
1708917089function 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