Skip to content

Commit b2aa44e

Browse files
authored
chore: add favicon and header logo icon (#561)
1 parent 05dae4d commit b2aa44e

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
@@ -231,7 +231,7 @@ export default defineConfig({
231231
{
232232
rel: "icon",
233233
type: "image/x-icon",
234-
href: "/bundling/images/favicon.ico"
234+
href: "/debug/images/favicon.ico"
235235
}
236236
],
237237
[

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)