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 05dae4d commit b2aa44eCopy full SHA for b2aa44e
fundamentals/debug/.vitepress/config.mts
@@ -231,7 +231,7 @@ export default defineConfig({
231
{
232
rel: "icon",
233
type: "image/x-icon",
234
- href: "/bundling/images/favicon.ico"
+ href: "/debug/images/favicon.ico"
235
}
236
],
237
[
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