Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseok1006 committed Dec 20, 2023
2 parents be88ac2 + c5d4124 commit 7a1a4db
Show file tree
Hide file tree
Showing 32 changed files with 2,321 additions and 7,108 deletions.
19 changes: 14 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>전북대 전학/전과 현황</title>
<!-- <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<title>전북대 전학/전과 경쟁률 현황</title>
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap"
rel="stylesheet"
/> -->
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"
/>
<meta
name="description"
content="전북대 전학/전과 경쟁률 현황 - 전북대학교의 전과 경쟁률을 모바일 환경으로 제공합니다."
/>
<meta property="og:title" content="전북대 전학/전과 현황" />
<meta
property="og:description"
content="전북대 전학/전과 경쟁률 현황 - 전북대학교의 전과 경쟁률을 모바일 환경으로 제공합니다."
/>
<style>
button {
-webkit-tap-highlight-color: transparent;
Expand Down
17 changes: 13 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.16.0",
"zustand": "^4.4.1"
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/node": "^20.6.3",
Expand Down
2 changes: 2 additions & 0 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/*
! Access-Control-Allow-Origin
Loading

0 comments on commit 7a1a4db

Please sign in to comment.