Skip to content

Commit d61c212

Browse files
committed
chore: add favicon and header logo icon
1 parent abc1d8a commit d61c212

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fundamentals/debug/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default defineConfig({
152152
{
153153
rel: "icon",
154154
type: "image/x-icon",
155-
href: "/bundling/images/favicon.ico"
155+
href: "/debug/images/favicon.ico"
156156
}
157157
],
158158
[

fundamentals/debug/.vitepress/shared.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const sharedConfig = defineConfig({
7272
},
7373

7474
themeConfig: {
75+
logo: "/images/ff-symbol.svg",
7576
socialLinks: [
7677
{ icon: "github", link: "https://github.com/toss/frontend-fundamentals" }
7778
],

0 commit comments

Comments
 (0)