Skip to content

Commit

Permalink
Merge pull request #14 from Goldchae/main
Browse files Browse the repository at this point in the history
포트번호 수정
  • Loading branch information
Goldchae authored Sep 12, 2024
2 parents f5f93cf + 779a800 commit 2640871
Show file tree
Hide file tree
Showing 28 changed files with 26 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
fi
docker stop qup-frontend || true
docker rm qup-frontend || true
docker run -d --name qup-frontend -p 80:80 ${{ env.DOCKER_IMAGE }}:latest
docker run -d --name qup-frontend -p 80:3000 ${{ env.DOCKER_IMAGE }}:latest
5 changes: 0 additions & 5 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/[slug]": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/[slug].js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand Down
Binary file modified .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/tag-problems": "pages/tag-problems.js",
"/": "pages/index.js",
"/difficulty-problems": "pages/difficulty-problems.js",
"/[slug]": "pages/[slug].js",
"/ewha-ranking": "pages/ewha-ranking.js"
"/ewha-ranking": "pages/ewha-ranking.js",
"/tag-problems": "pages/tag-problems.js"
}
199 changes: 0 additions & 199 deletions .next/server/pages/[slug].js

This file was deleted.

49 changes: 0 additions & 49 deletions .next/static/chunks/pages/[slug].js

This file was deleted.

2 changes: 1 addition & 1 deletion .next/static/chunks/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "faf7d8e1c3a83338"; }
/******/ __webpack_require__.h = function() { return "f1131598603fe5c7"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */
Expand Down
2 changes: 1 addition & 1 deletion .next/static/development/_buildManifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ self["webpackHotUpdate_N_E"]("webpack",{},
/******/ function(__webpack_require__) { // webpackRuntimeModules
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "5b963a4640362b05"; }
/******/ __webpack_require__.h = function() { return "f5ae9e075dcf6fab"; }
/******/ }();
/******/
/******/ }
Expand Down
Loading

0 comments on commit 2640871

Please sign in to comment.