Skip to content

Commit

Permalink
public에서 root로 경로를 변경합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
tooooo1 committed Sep 18, 2024
1 parent f374875 commit 411ae0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta property="og:type" content="website" />
<link rel="icon" href="public/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta property="og:image" content="public/share.png" />
<meta
property="og:description"
Expand All @@ -21,7 +21,7 @@
<meta property="og:locale" content="ko_KR" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="600" />
<link rel="manifest" href="public/manifest.json" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="public/images/boxing-gloves_resize.png" />
<meta
name="apple-mobile-web-app-status-bar-style"
Expand Down
File renamed without changes.

0 comments on commit 411ae0f

Please sign in to comment.