From d61c2124511bd290d007d93a0e7269b7be975f03 Mon Sep 17 00:00:00 2001 From: wo-o29 Date: Tue, 14 Oct 2025 10:30:56 +0900 Subject: [PATCH] chore: add favicon and header logo icon --- fundamentals/debug/.vitepress/config.mts | 2 +- fundamentals/debug/.vitepress/shared.mts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fundamentals/debug/.vitepress/config.mts b/fundamentals/debug/.vitepress/config.mts index 143aac9a..f36bc3d8 100644 --- a/fundamentals/debug/.vitepress/config.mts +++ b/fundamentals/debug/.vitepress/config.mts @@ -152,7 +152,7 @@ export default defineConfig({ { rel: "icon", type: "image/x-icon", - href: "/bundling/images/favicon.ico" + href: "/debug/images/favicon.ico" } ], [ diff --git a/fundamentals/debug/.vitepress/shared.mts b/fundamentals/debug/.vitepress/shared.mts index bd03453b..1ffc4040 100644 --- a/fundamentals/debug/.vitepress/shared.mts +++ b/fundamentals/debug/.vitepress/shared.mts @@ -72,6 +72,7 @@ export const sharedConfig = defineConfig({ }, themeConfig: { + logo: "/images/ff-symbol.svg", socialLinks: [ { icon: "github", link: "https://github.com/toss/frontend-fundamentals" } ],