-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] 동적 Index html #261
Merged
Merged
[Fix] 동적 Index html #261
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
77dc091
install: react-helmet-async 설치
lydiacho 7b15ff9
feat: Helmet 적용하여 조건부 렌더링
lydiacho 660d1b4
feat: dynamic head 구현
lydiacho 4cc922e
fix: Makers -> makers
lydiacho 32c7e74
feat: makers 버전 파비콘 및 아이콘 추가
lydiacho 9f55cae
fix: season undefined 조건 추가
lydiacho c8a81e9
chore: 만들어놓은 makers manifest 파일 연결
lydiacho afc59d6
feat: url 메타태그 추가
lydiacho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,33 +3,10 @@ | |
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<link rel="icon" href="/favicon.ico" sizes="32x32" /> | ||
<link rel="icon" href="/icon.svg" type="image/svg+xml" /> | ||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" /> | ||
<link rel="manifest" href="/manifest.webmanifest" /> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="SOPT 35기 모집 지원하기" /> | ||
<meta property="og:description" content="SOPT의 신입 기수 모집페이지입니다." /> | ||
<meta property="og:site_name" content="SOPT 리크루팅" /> | ||
<meta property="og:locale" content="ko_KR" /> | ||
<!-- <meta property="og:url" content="https://www.someurl.com" /> --> | ||
<meta property="og:image" content="/imgOg.png" /> | ||
<meta property="og:image:alt" content="SOPT 리크루팅 페이지" /> | ||
<meta property="og:image:width" content="800" /> | ||
<meta property="og:image:height" content="400" /> | ||
|
||
<meta property="twitter:card" content="website" /> | ||
<meta name="twitter:title" content="SOPT 35기 모집 지원하기" /> | ||
<meta name="twitter:description" content="SOPT의 신입 기수 모집페이지입니다." /> | ||
<!-- <meta property="twitter:site" content="https://www.someurl.com" /> --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 여기도요 |
||
<meta name="twitter:image" content="/imgOg.png" /> | ||
<meta property="twitter:image:alt" content="SOPT 공식 홈페이지 이미지" /> | ||
|
||
<title>SOPT 35기 모집 지원하기</title> | ||
<meta name="author" content="sopt makers team official 4th" /> | ||
<meta name="description" content="SOPT의 신입 기수 모집페이지입니다." /> | ||
<meta property="og:url" content="https://recruiting.sopt.org" /> | ||
<meta property="twitter:site" content="https://recruiting.sopt.org" /> | ||
</head> | ||
<body> | ||
<div id="modal"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"icons": [ | ||
{ | ||
"src": "/makers_192.png", | ||
"type": "image/png", | ||
"sizes": "192x192" | ||
}, | ||
{ | ||
"src": "/makers_512.png", | ||
"type": "image/png", | ||
"sizes": "512x512" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이제는 url도 추가해줄 수 있어요~
https://recruiting.sopt.org