Skip to content

Commit

Permalink
perf : 작성 페이지 성능 개선 (#459)
Browse files Browse the repository at this point in the history
* refactor : img -> line 컴포넌트로 변경

* perf : freefetch 적용

* perf : lazy 적용

* perf : 불필요한 연산자 제거

* perf : ttf-> woff로 전환

* perf : input memo 적용

* perf : pretendard swap으로 설정

* feat : 서비스워커 이용해서 이후 방문시  빠른 진입가능하도록 구현

* env : visualizer 적용

* feat : lazy 적용

* asset : 사용치 않는 에셋 제거

* ci : storybook upsert 적용
  • Loading branch information
HelloWook authored Jan 2, 2025
1 parent 9874ab2 commit 97c181e
Show file tree
Hide file tree
Showing 45 changed files with 5,141 additions and 600 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '🚀 **storybook**: ${{ steps.publish_chromatic.outputs.storybookUrl }}'
comment_tag: storybook
mode: upsert
39 changes: 39 additions & 0 deletions .pnp.cjs

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

2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sample_icon.svg" />
<link rel="preconnect" href="https://www.bottler.store" />
<link rel="dns-prefetch" href="https://www.bottler.store" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
<title>Bottler</title>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.13.1",
"storybook": "8.4.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
Expand Down
Binary file removed public/fonts/BagelFatOne-Regular.ttf
Binary file not shown.
Binary file added public/fonts/BagelFatOne-Regular.woff
Binary file not shown.
Binary file removed public/fonts/CookieRun Regular.ttf
Binary file not shown.
Binary file added public/fonts/CookieRun-Regular.woff
Binary file not shown.
Binary file removed public/fonts/Inter-VariableFont_opsz,wght.ttf
Binary file not shown.
Binary file added public/fonts/Inter-VariableFont_opsz_wght.woff
Binary file not shown.
Binary file added public/fonts/Pretendard-Regular.subset.woff2
Binary file not shown.
Binary file removed public/fonts/PyeongChangPeace-Light.ttf
Binary file not shown.
Binary file added public/fonts/PyeongChangPeace-Light.woff
Binary file not shown.
Binary file removed public/fonts/Sagak-sagak.ttf
Binary file not shown.
Binary file added public/fonts/Sagak-sagak.woff
Binary file not shown.
86 changes: 0 additions & 86 deletions public/letter1/letter1.svg

This file was deleted.

Loading

0 comments on commit 97c181e

Please sign in to comment.