Skip to content

Commit

Permalink
Merge pull request #123 from Goorm-Lucky7/dev
Browse files Browse the repository at this point in the history
[Deploy] 2차 반응형 구현
  • Loading branch information
kangsinbeom authored Jul 5, 2024
2 parents 73ee6c5 + 6591c98 commit 71129c2
Show file tree
Hide file tree
Showing 138 changed files with 4,476 additions and 3,834 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!doctype html>
<html lang="en">
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logoIcon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate" />
<title>D'art</title>
</head>
<body>
<div id="alert-portal"></div>
<div id="login-portal"></div>
<div id="category-portal"></div>
<div id="notification-portal"></div>
<div id="gallery-info-portal"></div>
<div id="chat-portal"></div>
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@types/sockjs-client": "^1.5.4",
"axios": "^1.7.2",
"browser-image-compression": "^2.0.2",
"disable-devtool": "^0.3.7",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^11.2.10",
"lenis": "^1.1.5",
Expand All @@ -34,6 +35,7 @@
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.23.0",
"react-share": "^5.1.0",
"rehype-raw": "^7.0.0",
Expand Down
Loading

0 comments on commit 71129c2

Please sign in to comment.