Skip to content

Commit c5dae0f

Browse files
committed
fix: broken favicon
1 parent d02a11e commit c5dae0f

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

.vitepress/config.mjs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,16 @@ export default defineConfig({
122122
lang: "ja",
123123
},
124124
},
125-
head: [["link", { rel: "icon", href: `/coding-standards/logo.png` }]],
125+
head: [
126+
[
127+
"link",
128+
{
129+
rel: "icon",
130+
href: `/coding-standards/images/logo-system.svg`,
131+
type: "image/svg+xml",
132+
},
133+
],
134+
],
126135
srcExclude: ["./README.md"],
127136
base: "/coding-standards/",
128137
themeConfig: {

public/images/logo-system.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)