256 changed files with 956 additions and 13218 deletions
@ -1 +1,159 @@ |
|||
# 修改记录 |
|||
|
|||
## 2024年 - 优化房屋安全监测方案"系统组成"部分格式 |
|||
|
|||
### 修改内容 |
|||
|
|||
1. **优化"二、系统组成"部分格式** (`site/房屋安全监测方案.md`) |
|||
- 修复列表项格式,添加点号和空格(如"1智能"改为"1. 智能") |
|||
- 使用加粗格式(**)突出列表项标题,提升可读性 |
|||
- 去除多余空白行,保持合理的段落间距 |
|||
- 统一格式规范,使文档更加美观 |
|||
|
|||
### 格式改进 |
|||
|
|||
- 列表项格式规范化(1. 2. 3. 4.) |
|||
- 列表项标题使用加粗格式,层次更清晰 |
|||
- 去除多余空白行,文档更紧凑 |
|||
- 保持内容不变,仅优化格式 |
|||
|
|||
--- |
|||
|
|||
## 2024年 - 重构房屋安全监测方案文档格式 |
|||
|
|||
### 修改内容 |
|||
|
|||
1. **优化文档格式和排版** (`site/房屋安全监测方案.md`) |
|||
- 使用标准 Markdown 标题语法(#、##、###)替代纯文本标题 |
|||
- 主标题使用一级标题(#) |
|||
- 一级章节(一、二、三等)使用二级标题(##) |
|||
- 二级列表项使用三级标题(###) |
|||
- 优化段落间距,提升可读性 |
|||
- 保持所有内容完全不变,仅优化格式和排版 |
|||
|
|||
### 格式改进 |
|||
|
|||
- 标题层级更加清晰,符合 Markdown 规范 |
|||
- 文档结构更加规范,便于阅读和渲染 |
|||
- 段落间距优化,视觉效果更佳 |
|||
- 列表项格式统一,层次分明 |
|||
|
|||
--- |
|||
|
|||
## 2024年 - 解决方案页面重新设计 |
|||
|
|||
### 修改内容 |
|||
|
|||
1. **添加解决方案markdown文件读取功能** (`site/lib/data.ts`) |
|||
- 添加了 `solutionMarkdownMap` 映射,将解决方案ID映射到对应的markdown文件名 |
|||
- 添加了 `getSolutionMarkdownFile` 函数,用于读取解决方案markdown文件 |
|||
- 添加了 `getSolutionMarkdown` 导出函数,支持缓存机制 |
|||
|
|||
2. **创建解决方案详情页面组件** (`site/components/SolutionDetailSection.tsx`) |
|||
- 新建组件用于渲染解决方案的markdown内容 |
|||
- 支持解析markdown格式,提取标题和段落 |
|||
- 使用与网站一致的设计风格 |
|||
|
|||
3. **创建解决方案详情页面路由** (`site/app/[locale]/solutions/[id]/page.tsx`) |
|||
- 新建动态路由页面,支持通过ID访问具体解决方案详情 |
|||
- 集成markdown内容读取和渲染 |
|||
- 包含404错误处理 |
|||
|
|||
4. **修改导航组件** (`site/components/MainNav.tsx`) |
|||
- 添加二级菜单悬停显示功能 |
|||
- PC端:鼠标悬停时显示下拉菜单 |
|||
- 移动端:显示折叠式二级菜单 |
|||
- 支持 `NavItem` 的 `children` 属性 |
|||
|
|||
5. **更新导航数据** (`site/data/mainnav.json`) |
|||
- 为"解决方案"菜单项添加二级菜单 |
|||
- 包含四个子菜单项: |
|||
- 房屋安全监测方案 (`/solutions/house-safety`) |
|||
- 边坡安全监测方案 (`/solutions/slope-safety`) |
|||
- 桥梁安全监测方案 (`/solutions/bridge-safety`) |
|||
- 矿山/坑道/水坝监测方案 (`/solutions/mine-dam`) |
|||
|
|||
6. **修改解决方案列表组件** (`site/components/SolutionsSection.tsx`) |
|||
- 添加 `locale` 参数支持 |
|||
- 将解决方案卡片改为可点击的链接 |
|||
- 点击卡片跳转到对应的详情页面 |
|||
- 优化hover效果和过渡动画 |
|||
|
|||
7. **更新解决方案页面** (`site/app/[locale]/solutions/page.tsx`) |
|||
- 传递 `locale` 参数给 `SolutionsSection` 组件 |
|||
|
|||
### 功能说明 |
|||
|
|||
- 解决方案页面现在支持二级菜单导航 |
|||
- 鼠标悬停在"解决方案"菜单上时,会显示四个子菜单项 |
|||
- 点击解决方案卡片可以跳转到对应的详情页面 |
|||
- 详情页面会显示对应markdown文件的完整内容 |
|||
- 支持中英文多语言 |
|||
|
|||
### 相关文件 |
|||
|
|||
- `房屋安全监测方案.md` - 房屋安全监测方案内容 |
|||
- `边坡安全监测方案优化.md` - 边坡安全监测方案内容 |
|||
- `桥梁安全监测方案.md` - 桥梁安全监测方案内容 |
|||
- `矿山_坑道 _水坝监测方案.md` - 矿山/坑道/水坝监测方案内容 |
|||
|
|||
--- |
|||
|
|||
## 2024年 - 修复解决方案详情页面文件读取问题并优化内容 |
|||
|
|||
### 修改内容 |
|||
|
|||
1. **修复文件路径查找问题** (`site/lib/data.ts`) |
|||
- 修复了解决方案markdown文件的路径查找逻辑 |
|||
- 添加了直接在`site`目录下查找文件的路径选项 |
|||
- 确保文件能够正确读取,解决显示空白的问题 |
|||
|
|||
2. **优化房屋安全监测方案内容** (`site/房屋安全监测方案.md`) |
|||
- 大幅扩充和优化了方案内容,从96行扩展到300+行 |
|||
- 添加了详细的技术说明和设备介绍 |
|||
- 完善了监测指标、监测方法、系统功能等章节 |
|||
- 增加了实施方案的详细步骤说明 |
|||
- 添加了系统优势的详细描述 |
|||
- 优化了总结部分,使其更加全面和专业 |
|||
|
|||
### 问题解决 |
|||
|
|||
- **问题**:点击房屋安全监测方案后显示空白 |
|||
- **原因**:文件路径查找不正确,无法找到markdown文件 |
|||
- **解决方案**: |
|||
1. 修复了路径查找逻辑,添加了`site`目录下的直接查找路径 |
|||
2. 优化了文件内容,使其更加丰富和专业 |
|||
|
|||
### 内容优化亮点 |
|||
|
|||
- 详细的技术参数说明(精度、频率范围等) |
|||
- 完整的监测方法和工作流程 |
|||
- 多级预警机制和响应流程 |
|||
- 数据分析和趋势预测功能 |
|||
- 完整的实施方案和维护指南 |
|||
|
|||
--- |
|||
|
|||
## 2024年 - 首页解决方案轮播添加跳转功能 |
|||
|
|||
### 修改内容 |
|||
|
|||
1. **修改首页解决方案轮播组件** (`site/components/SolutionsCarousel.tsx`) |
|||
- 添加 `locale` 参数支持 |
|||
- 将轮播项改为可点击的链接,点击后跳转到对应的解决方案详情页 |
|||
- 添加"了解更多"链接提示和箭头图标 |
|||
- 优化hover效果: |
|||
- 标题颜色变化(hover时变为蓝色) |
|||
- 图片缩放效果(hover时轻微放大) |
|||
- 阴影增强效果 |
|||
- "了解更多"链接的箭头位置动画 |
|||
|
|||
2. **更新首页** (`site/app/[locale]/page.tsx`) |
|||
- 传递 `locale` 参数给 `SolutionsCarousel` 组件 |
|||
|
|||
### 功能说明 |
|||
|
|||
- 首页的解决方案轮播现在可以点击跳转到详情页 |
|||
- 每个轮播项都是一个可点击的链接 |
|||
- 添加了视觉反馈,提升用户体验 |
|||
- 支持中英文多语言 |
|||
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,27 +0,0 @@ |
|||
{ |
|||
"polyfillFiles": [ |
|||
"static/chunks/polyfills.js" |
|||
], |
|||
"devFiles": [ |
|||
"static/chunks/fallback/react-refresh.js" |
|||
], |
|||
"ampDevFiles": [ |
|||
"static/chunks/fallback/webpack.js", |
|||
"static/chunks/fallback/amp.js" |
|||
], |
|||
"lowPriorityFiles": [], |
|||
"rootMainFiles": [], |
|||
"pages": { |
|||
"/_app": [ |
|||
"static/chunks/fallback/webpack.js", |
|||
"static/chunks/fallback/main.js", |
|||
"static/chunks/fallback/pages/_app.js" |
|||
], |
|||
"/_error": [ |
|||
"static/chunks/fallback/webpack.js", |
|||
"static/chunks/fallback/main.js", |
|||
"static/chunks/fallback/pages/_error.js" |
|||
] |
|||
}, |
|||
"ampFirstPages": [] |
|||
} |
|||
File diff suppressed because one or more lines are too long
@ -1,6 +1,4 @@ |
|||
{ |
|||
"/[locale]/page": "app/[locale]/page.js", |
|||
"/[locale]/solutions/page": "app/[locale]/solutions/page.js", |
|||
"/[locale]/about/page": "app/[locale]/about/page.js", |
|||
"/[locale]/products/page": "app/[locale]/products/page.js" |
|||
"/[locale]/solutions/[id]/page": "app/[locale]/solutions/[id]/page.js" |
|||
} |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@ |
|||
self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":["static/chunks/react-refresh.js"],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":["static/chunks/webpack.js","static/chunks/main-app.js"],"pages":{"/_app":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/_app.js"],"/_error":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/_error.js"]},"ampFirstPages":[]} |
|||
self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":[],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":["static/chunks/webpack.js","static/chunks/main-app.js"],"pages":{"/_app":[]},"ampFirstPages":[]} |
|||
@ -1,5 +1 @@ |
|||
{ |
|||
"/_app": "pages/_app.js", |
|||
"/_error": "pages/_error.js", |
|||
"/_document": "pages/_document.js" |
|||
} |
|||
{} |
|||
@ -1,46 +0,0 @@ |
|||
"use strict"; |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(() => { |
|||
var exports = {}; |
|||
exports.id = "pages/_app"; |
|||
exports.ids = ["pages/_app"]; |
|||
exports.modules = { |
|||
|
|||
/***/ "react": |
|||
/*!************************!*\ |
|||
!*** external "react" ***! |
|||
\************************/ |
|||
/***/ ((module) => { |
|||
|
|||
module.exports = require("react"); |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ "react/jsx-runtime": |
|||
/*!************************************!*\ |
|||
!*** external "react/jsx-runtime" ***! |
|||
\************************************/ |
|||
/***/ ((module) => { |
|||
|
|||
module.exports = require("react/jsx-runtime"); |
|||
|
|||
/***/ }) |
|||
|
|||
}; |
|||
; |
|||
|
|||
// load runtime
|
|||
var __webpack_require__ = require("../webpack-runtime.js"); |
|||
__webpack_require__.C(exports); |
|||
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) |
|||
var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc"], () => (__webpack_exec__("./node_modules/next/dist/pages/_app.js"))); |
|||
module.exports = __webpack_exports__; |
|||
|
|||
})(); |
|||
@ -1,66 +0,0 @@ |
|||
"use strict"; |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(() => { |
|||
var exports = {}; |
|||
exports.id = "pages/_document"; |
|||
exports.ids = ["pages/_document"]; |
|||
exports.modules = { |
|||
|
|||
/***/ "next/dist/compiled/next-server/pages.runtime.dev.js": |
|||
/*!**********************************************************************!*\ |
|||
!*** external "next/dist/compiled/next-server/pages.runtime.dev.js" ***! |
|||
\**********************************************************************/ |
|||
/***/ ((module) => { |
|||
|
|||
module.exports = require("next/dist/compiled/next-server/pages.runtime.dev.js"); |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ "react": |
|||
/*!************************!*\ |
|||
!*** external "react" ***! |
|||
\************************/ |
|||
/***/ ((module) => { |
|||
|
|||
module.exports = require("react"); |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ "react/jsx-runtime": |
|||
/*!************************************!*\ |
|||
!*** external "react/jsx-runtime" ***! |
|||
\************************************/ |
|||
/***/ ((module) => { |
|||
|
|||
module.exports = require("react/jsx-runtime"); |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ "path": |
|||
/*!***********************!*\ |
|||
!*** external "path" ***! |
|||
\***********************/ |
|||
/***/ ((module) => { |
|||
|
|||
module.exports = require("path"); |
|||
|
|||
/***/ }) |
|||
|
|||
}; |
|||
; |
|||
|
|||
// load runtime
|
|||
var __webpack_require__ = require("../webpack-runtime.js"); |
|||
__webpack_require__.C(exports); |
|||
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) |
|||
var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc"], () => (__webpack_exec__("./node_modules/next/dist/pages/_document.js"))); |
|||
module.exports = __webpack_exports__; |
|||
|
|||
})(); |
|||
File diff suppressed because one or more lines are too long
@ -1 +1 @@ |
|||
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"SCo9X5FPeg74cRAtTTO5S4nvOrfTVC5yQtJtSW/EYTQ=\"\n}" |
|||
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"J2zebDdsRR8wsHmT4Od9lWNt2EBPPHFWDVO0T+MjMbY=\"\n}" |
|||
@ -1,5 +1,5 @@ |
|||
{ |
|||
"node": {}, |
|||
"edge": {}, |
|||
"encryptionKey": "SCo9X5FPeg74cRAtTTO5S4nvOrfTVC5yQtJtSW/EYTQ=" |
|||
"encryptionKey": "J2zebDdsRR8wsHmT4Od9lWNt2EBPPHFWDVO0T+MjMbY=" |
|||
} |
|||
File diff suppressed because one or more lines are too long
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["/_error"],{ |
|||
|
|||
/***/ "./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=D%3A%5CDesktop%5Cqa%5Cweb%5CX1_Site%5Csite%5Cnode_modules%5Cnext%5Cdist%5Cpages%5C_error.js&page=%2F_error!": |
|||
/*!***************************************************************************************************************************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=D%3A%5CDesktop%5Cqa%5Cweb%5CX1_Site%5Csite%5Cnode_modules%5Cnext%5Cdist%5Cpages%5C_error.js&page=%2F_error! ***! |
|||
\***************************************************************************************************************************************************************************************************************/ |
|||
/***/ (function(module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
eval(__webpack_require__.ts("\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/_error\",\n function () {\n return __webpack_require__(/*! ./node_modules/next/dist/pages/_error.js */ \"./node_modules/next/dist/pages/_error.js\");\n }\n ]);\n if(true) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/_error\"])\n });\n }\n //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWNsaWVudC1wYWdlcy1sb2FkZXIuanM/YWJzb2x1dGVQYWdlUGF0aD1EJTNBJTVDRGVza3RvcCU1Q3FhJTVDd2ViJTVDWDFfU2l0ZSU1Q3NpdGUlNUNub2RlX21vZHVsZXMlNUNuZXh0JTVDZGlzdCU1Q3BhZ2VzJTVDX2Vycm9yLmpzJnBhZ2U9JTJGX2Vycm9yISIsIm1hcHBpbmdzIjoiO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFBZSxtQkFBTyxDQUFDLDBGQUEwQztBQUNqRTtBQUNBO0FBQ0EsT0FBTyxJQUFVO0FBQ2pCLE1BQU0sVUFBVTtBQUNoQjtBQUNBLE9BQU87QUFDUDtBQUNBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vX05fRS8/N2VmMSJdLCJzb3VyY2VzQ29udGVudCI6WyJcbiAgICAod2luZG93Ll9fTkVYVF9QID0gd2luZG93Ll9fTkVYVF9QIHx8IFtdKS5wdXNoKFtcbiAgICAgIFwiL19lcnJvclwiLFxuICAgICAgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gcmVxdWlyZShcIi4vbm9kZV9tb2R1bGVzL25leHQvZGlzdC9wYWdlcy9fZXJyb3IuanNcIik7XG4gICAgICB9XG4gICAgXSk7XG4gICAgaWYobW9kdWxlLmhvdCkge1xuICAgICAgbW9kdWxlLmhvdC5kaXNwb3NlKGZ1bmN0aW9uICgpIHtcbiAgICAgICAgd2luZG93Ll9fTkVYVF9QLnB1c2goW1wiL19lcnJvclwiXSlcbiAgICAgIH0pO1xuICAgIH1cbiAgIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=D%3A%5CDesktop%5Cqa%5Cweb%5CX1_Site%5Csite%5Cnode_modules%5Cnext%5Cdist%5Cpages%5C_error.js&page=%2F_error!\n")); |
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["main"], function() { return __webpack_exec__("./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=D%3A%5CDesktop%5Cqa%5Cweb%5CX1_Site%5Csite%5Cnode_modules%5Cnext%5Cdist%5Cpages%5C_error.js&page=%2F_error!"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["app/[locale]/about/page"],{ |
|||
|
|||
/***/ "(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!": |
|||
/*!*******************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false! ***! |
|||
\*******************************************************************************************************/ |
|||
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
|
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["main-app"], function() { return __webpack_exec__("(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["app/[locale]/solutions/page"],{ |
|||
|
|||
/***/ "(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!": |
|||
/*!*******************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false! ***! |
|||
\*******************************************************************************************************/ |
|||
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
|
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["main-app"], function() { return __webpack_exec__("(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["app/_not-found/page"],{ |
|||
|
|||
/***/ "(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!": |
|||
/*!*******************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false! ***! |
|||
\*******************************************************************************************************/ |
|||
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
|
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["main-app"], function() { return __webpack_exec__("(app-pages-browser)/./node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["pages/_app"],{ |
|||
|
|||
/***/ "./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!": |
|||
/*!********************************************************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app! ***! |
|||
\********************************************************************************************************************************************/ |
|||
/***/ (function(module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
eval(__webpack_require__.ts("\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/_app\",\n function () {\n return __webpack_require__(/*! next/dist/pages/_app */ \"./node_modules/next/dist/pages/_app.js\");\n }\n ]);\n if(true) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/_app\"])\n });\n }\n //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWNsaWVudC1wYWdlcy1sb2FkZXIuanM/YWJzb2x1dGVQYWdlUGF0aD1uZXh0JTJGZGlzdCUyRnBhZ2VzJTJGX2FwcCZwYWdlPSUyRl9hcHAhIiwibWFwcGluZ3MiOiI7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLG1CQUFPLENBQUMsb0VBQXNCO0FBQzdDO0FBQ0E7QUFDQSxPQUFPLElBQVU7QUFDakIsTUFBTSxVQUFVO0FBQ2hCO0FBQ0EsT0FBTztBQUNQO0FBQ0EiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9fTl9FLz85NDE3Il0sInNvdXJjZXNDb250ZW50IjpbIlxuICAgICh3aW5kb3cuX19ORVhUX1AgPSB3aW5kb3cuX19ORVhUX1AgfHwgW10pLnB1c2goW1xuICAgICAgXCIvX2FwcFwiLFxuICAgICAgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gcmVxdWlyZShcIm5leHQvZGlzdC9wYWdlcy9fYXBwXCIpO1xuICAgICAgfVxuICAgIF0pO1xuICAgIGlmKG1vZHVsZS5ob3QpIHtcbiAgICAgIG1vZHVsZS5ob3QuZGlzcG9zZShmdW5jdGlvbiAoKSB7XG4gICAgICAgIHdpbmRvdy5fX05FWFRfUC5wdXNoKFtcIi9fYXBwXCJdKVxuICAgICAgfSk7XG4gICAgfVxuICAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!\n")); |
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["main"], function() { return __webpack_exec__("./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"), __webpack_exec__("./node_modules/next/dist/client/router.js"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["pages/_error"],{ |
|||
|
|||
/***/ "./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!": |
|||
/*!************************************************************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error! ***! |
|||
\************************************************************************************************************************************************/ |
|||
/***/ (function(module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
eval(__webpack_require__.ts("\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/_error\",\n function () {\n return __webpack_require__(/*! next/dist/pages/_error */ \"./node_modules/next/dist/pages/_error.js\");\n }\n ]);\n if(true) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/_error\"])\n });\n }\n //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWNsaWVudC1wYWdlcy1sb2FkZXIuanM/YWJzb2x1dGVQYWdlUGF0aD1uZXh0JTJGZGlzdCUyRnBhZ2VzJTJGX2Vycm9yJnBhZ2U9JTJGX2Vycm9yISIsIm1hcHBpbmdzIjoiO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFBZSxtQkFBTyxDQUFDLHdFQUF3QjtBQUMvQztBQUNBO0FBQ0EsT0FBTyxJQUFVO0FBQ2pCLE1BQU0sVUFBVTtBQUNoQjtBQUNBLE9BQU87QUFDUDtBQUNBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vX05fRS8/MDgwMCJdLCJzb3VyY2VzQ29udGVudCI6WyJcbiAgICAod2luZG93Ll9fTkVYVF9QID0gd2luZG93Ll9fTkVYVF9QIHx8IFtdKS5wdXNoKFtcbiAgICAgIFwiL19lcnJvclwiLFxuICAgICAgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gcmVxdWlyZShcIm5leHQvZGlzdC9wYWdlcy9fZXJyb3JcIik7XG4gICAgICB9XG4gICAgXSk7XG4gICAgaWYobW9kdWxlLmhvdCkge1xuICAgICAgbW9kdWxlLmhvdC5kaXNwb3NlKGZ1bmN0aW9uICgpIHtcbiAgICAgICAgd2luZG93Ll9fTkVYVF9QLnB1c2goW1wiL19lcnJvclwiXSlcbiAgICAgIH0pO1xuICAgIH1cbiAgIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!\n")); |
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["pages/_app","main"], function() { return __webpack_exec__("./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["pages/_app"],{ |
|||
|
|||
/***/ "./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!": |
|||
/*!********************************************************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app! ***! |
|||
\********************************************************************************************************************************************/ |
|||
/***/ (function(module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
eval(__webpack_require__.ts("\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/_app\",\n function () {\n return __webpack_require__(/*! next/dist/pages/_app */ \"./node_modules/next/dist/pages/_app.js\");\n }\n ]);\n if(true) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/_app\"])\n });\n }\n //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWNsaWVudC1wYWdlcy1sb2FkZXIuanM/YWJzb2x1dGVQYWdlUGF0aD1uZXh0JTJGZGlzdCUyRnBhZ2VzJTJGX2FwcCZwYWdlPSUyRl9hcHAhIiwibWFwcGluZ3MiOiI7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUFlLG1CQUFPLENBQUMsb0VBQXNCO0FBQzdDO0FBQ0E7QUFDQSxPQUFPLElBQVU7QUFDakIsTUFBTSxVQUFVO0FBQ2hCO0FBQ0EsT0FBTztBQUNQO0FBQ0EiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9fTl9FLz85NDE3Il0sInNvdXJjZXNDb250ZW50IjpbIlxuICAgICh3aW5kb3cuX19ORVhUX1AgPSB3aW5kb3cuX19ORVhUX1AgfHwgW10pLnB1c2goW1xuICAgICAgXCIvX2FwcFwiLFxuICAgICAgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gcmVxdWlyZShcIm5leHQvZGlzdC9wYWdlcy9fYXBwXCIpO1xuICAgICAgfVxuICAgIF0pO1xuICAgIGlmKG1vZHVsZS5ob3QpIHtcbiAgICAgIG1vZHVsZS5ob3QuZGlzcG9zZShmdW5jdGlvbiAoKSB7XG4gICAgICAgIHdpbmRvdy5fX05FWFRfUC5wdXNoKFtcIi9fYXBwXCJdKVxuICAgICAgfSk7XG4gICAgfVxuICAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!\n")); |
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["main"], function() { return __webpack_exec__("./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"), __webpack_exec__("./node_modules/next/dist/client/router.js"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
@ -1,28 +0,0 @@ |
|||
/* |
|||
* ATTENTION: An "eval-source-map" devtool has been used. |
|||
* This devtool is neither made for production nor for readable output files. |
|||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. |
|||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|||
* or disable the default devtool with "devtool: false". |
|||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|||
*/ |
|||
(self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([["pages/_error"],{ |
|||
|
|||
/***/ "./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!": |
|||
/*!************************************************************************************************************************************************!*\ |
|||
!*** ./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error! ***! |
|||
\************************************************************************************************************************************************/ |
|||
/***/ (function(module, __unused_webpack_exports, __webpack_require__) { |
|||
|
|||
eval(__webpack_require__.ts("\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/_error\",\n function () {\n return __webpack_require__(/*! next/dist/pages/_error */ \"./node_modules/next/dist/pages/_error.js\");\n }\n ]);\n if(true) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/_error\"])\n });\n }\n //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LWNsaWVudC1wYWdlcy1sb2FkZXIuanM/YWJzb2x1dGVQYWdlUGF0aD1uZXh0JTJGZGlzdCUyRnBhZ2VzJTJGX2Vycm9yJnBhZ2U9JTJGX2Vycm9yISIsIm1hcHBpbmdzIjoiO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFBZSxtQkFBTyxDQUFDLHdFQUF3QjtBQUMvQztBQUNBO0FBQ0EsT0FBTyxJQUFVO0FBQ2pCLE1BQU0sVUFBVTtBQUNoQjtBQUNBLE9BQU87QUFDUDtBQUNBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vX05fRS8/MDgwMCJdLCJzb3VyY2VzQ29udGVudCI6WyJcbiAgICAod2luZG93Ll9fTkVYVF9QID0gd2luZG93Ll9fTkVYVF9QIHx8IFtdKS5wdXNoKFtcbiAgICAgIFwiL19lcnJvclwiLFxuICAgICAgZnVuY3Rpb24gKCkge1xuICAgICAgICByZXR1cm4gcmVxdWlyZShcIm5leHQvZGlzdC9wYWdlcy9fZXJyb3JcIik7XG4gICAgICB9XG4gICAgXSk7XG4gICAgaWYobW9kdWxlLmhvdCkge1xuICAgICAgbW9kdWxlLmhvdC5kaXNwb3NlKGZ1bmN0aW9uICgpIHtcbiAgICAgICAgd2luZG93Ll9fTkVYVF9QLnB1c2goW1wiL19lcnJvclwiXSlcbiAgICAgIH0pO1xuICAgIH1cbiAgIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!\n")); |
|||
|
|||
/***/ }) |
|||
|
|||
}, |
|||
/******/ function(__webpack_require__) { // webpackRuntimeModules
|
|||
/******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } |
|||
/******/ __webpack_require__.O(0, ["pages/_app","main"], function() { return __webpack_exec__("./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"); }); |
|||
/******/ var __webpack_exports__ = __webpack_require__.O(); |
|||
/******/ _N_E = __webpack_exports__; |
|||
/******/ } |
|||
]); |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
@ -1 +1 @@ |
|||
self.__BUILD_MANIFEST = {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/_error":["static\u002Fchunks\u002Fpages\u002F_error.js"],sortedPages:["\u002F_app","\u002F_error"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() |
|||
self.__BUILD_MANIFEST = {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},sortedPages:["\u002F_app"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() |
|||
@ -1 +0,0 @@ |
|||
{"c":["app/[locale]/layout","webpack"],"r":[],"m":[]} |
|||
@ -1 +0,0 @@ |
|||
{"c":["app/[locale]/layout","webpack"],"r":[],"m":[]} |
|||
@ -1 +0,0 @@ |
|||
{"c":["app/layout","webpack"],"r":[],"m":[]} |
|||
@ -1 +0,0 @@ |
|||
{"c":["app/[locale]/layout","webpack"],"r":[],"m":[]} |
|||
@ -1 +0,0 @@ |
|||
{"c":["app/[locale]/layout","webpack"],"r":[],"m":[]} |
|||
@ -1 +0,0 @@ |
|||
{"c":["app/[locale]/layout","webpack"],"r":[],"m":[]} |
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue