Skip to content

Commit

Permalink
포트폴리오 사이트 오탈자 수정/빌드 재업로드
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimhansoool committed Feb 28, 2024
1 parent 73a09b4 commit 4a8ec2c
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Main/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.js": "/portfolio/Main/static/js/main.13ab7b6b.js",
"main.js": "/portfolio/Main/static/js/main.063f0374.js",
"index.html": "/portfolio/Main/index.html",
"main.13ab7b6b.js.map": "/portfolio/Main/static/js/main.13ab7b6b.js.map"
"main.063f0374.js.map": "/portfolio/Main/static/js/main.063f0374.js.map"
},
"entrypoints": [
"static/js/main.13ab7b6b.js"
"static/js/main.063f0374.js"
]
}
2 changes: 1 addition & 1 deletion Main/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/portfolio/Main/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/portfolio/Main/logo192.png"/><link rel="manifest" href="/portfolio/Main/manifest.json"/><title>React App</title><script defer="defer" src="/portfolio/Main/static/js/main.13ab7b6b.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/portfolio/Main/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/portfolio/Main/logo192.png"/><link rel="manifest" href="/portfolio/Main/manifest.json"/><title>React App</title><script defer="defer" src="/portfolio/Main/static/js/main.063f0374.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions Main/static/js/main.063f0374.js

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions Main/static/js/main.063f0374.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.15.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.22.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
1 change: 1 addition & 0 deletions Main/static/js/main.063f0374.js.map

Large diffs are not rendered by default.

0 comments on commit 4a8ec2c

Please sign in to comment.