Skip to content

Commit de00662

Browse files
docs(bundling): add logo to header title (#304)
- Add logo display to navigation header title - Create new 'bf-symbol.png' with padding removed for better fit - Rename original 'bf-symbol.webp' to 'bf-symbol-with-padding.webp'
1 parent 3fac4ec commit de00662

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

fundamentals/bundling/.vitepress/shared.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export const shared = defineConfig({
106106
},
107107

108108
themeConfig: {
109+
logo: "/images/bf-symbol.png",
109110
socialLinks: [
110111
{ icon: "github", link: "https://github.com/toss/frontend-fundamentals" }
111112
],

fundamentals/bundling/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
loading: eager
1010
fetchpriority: high
1111
decoding: async
12-
src: /images/bf-symbol.webp
12+
src: /images/bf-symbol-with-padding.webp
1313
alt: Frontend Fundamentals symbol
1414
actions:
1515
- text: 시작하기
231 KB
Loading

0 commit comments

Comments
 (0)