We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc1d8a commit d61c212Copy full SHA for d61c212
fundamentals/debug/.vitepress/config.mts
@@ -152,7 +152,7 @@ export default defineConfig({
152
{
153
rel: "icon",
154
type: "image/x-icon",
155
- href: "/bundling/images/favicon.ico"
+ href: "/debug/images/favicon.ico"
156
}
157
],
158
[
fundamentals/debug/.vitepress/shared.mts
@@ -72,6 +72,7 @@ export const sharedConfig = defineConfig({
72
},
73
74
themeConfig: {
75
+ logo: "/images/ff-symbol.svg",
76
socialLinks: [
77
{ icon: "github", link: "https://github.com/toss/frontend-fundamentals" }
78
0 commit comments