Skip to content

Commit

Permalink
Merge pull request #100 from softeerbootcamp4th/remove-render-blockin…
Browse files Browse the repository at this point in the history
…g-resource

[Perf] �렌더링 차단 리소스 제거 & 서버 도메인 미리 연결 작업
  • Loading branch information
nim-od authored Aug 21, 2024
2 parents 610c5a8 + d298c61 commit 2fc7c37
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/user/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="kr">
<head>
<meta charset="UTF-8" />
<link href="/src/styles/index.css" rel="stylesheet" />
<link rel="preconnect" href="https://softeer-team4.site:8080" />
<link rel="preconnect" href="https://softeer-team4.site:8081" />
<link rel="icon" type="favicon" href="/favicon/favicon.ico" />
<meta property="og:url" content="url" />
<meta property="og:type" content="website" />
Expand Down
Binary file modified packages/user/public/images/racing/side/leisure.webp
Binary file not shown.
Binary file modified packages/user/public/images/racing/side/pet.webp
Binary file not shown.
Binary file modified packages/user/public/images/racing/side/place.webp
Binary file not shown.
Binary file modified packages/user/public/images/racing/side/travel.webp
Binary file not shown.

0 comments on commit 2fc7c37

Please sign in to comment.