Skip to content

Commit 90dedc3

Browse files
authored
Merge pull request #385 from solid-connection/feat/mentor-page-refactor
feat : 멘토 페이지 버그 개선 및 border 버그 수정
2 parents a729a5c + ac4a6b1 commit 90dedc3

File tree

19 files changed

+304
-215
lines changed

19 files changed

+304
-215
lines changed

apps/web/.next/app-build-manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@
2626
"static/chunks/webpack.js",
2727
"static/chunks/main-app.js",
2828
"static/chunks/app/not-found.js"
29+
],
30+
"/my/page": [
31+
"static/chunks/webpack.js",
32+
"static/chunks/main-app.js",
33+
"static/chunks/app/my/page.js"
34+
],
35+
"/_not-found/page": [
36+
"static/chunks/webpack.js",
37+
"static/chunks/main-app.js",
38+
"static/chunks/app/_not-found/page.js"
39+
],
40+
"/login/page": [
41+
"static/chunks/webpack.js",
42+
"static/chunks/main-app.js",
43+
"static/chunks/app/login/page.js"
2944
]
3045
}
3146
}
7.31 MB
Binary file not shown.
187 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"/(home)/page": "app/(home)/page.js"
2+
"/my/page": "app/my/page.js",
3+
"/login/page": "app/login/page.js"
34
}

apps/web/.next/server/app/(home)/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.

apps/web/.next/server/next-font-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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"pages":{},"app":{"/Users/manwook-han/Desktop/code/solid-connect/solid-connect-2/apps/web/src/app/layout":["static/media/ff840cfebfb63b0c-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
1+
{"pages":{},"app":{"/Users/manwook-han/Desktop/code/solid-connect/solid-connect-web/apps/web/src/app/layout":["static/media/ff840cfebfb63b0c-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"node": {},
33
"edge": {},
4-
"encryptionKey": "M+bS2fB6AURvBRePAXX1HE5tEwaLoXu/jV6C2NVrICg="
4+
"encryptionKey": "HZHEW8edaFOoOyNTJQH9263qZ1mOC136vc6j1SZK4QU="
55
}

apps/web/.next/server/webpack-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
/******/
129129
/******/ /* webpack/runtime/getFullHash */
130130
/******/ (() => {
131-
/******/ __webpack_require__.h = () => ("655473fd8895fc20")
131+
/******/ __webpack_require__.h = () => ("31942895fc817e26")
132132
/******/ })();
133133
/******/
134134
/******/ /* webpack/runtime/hasOwnProperty shorthand */

apps/web/.next/static/chunks/app/layout.js

Lines changed: 165 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)