Skip to content

Commit

Permalink
fix index favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Dec 13, 2024
1 parent 5d4b117 commit e25c5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonbit-tour/dev/index-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const indexPlugin = (): vite.Plugin => {
return html
.replace(
"%HEAD%",
`<link rel="icon" href="/favicon.ico" />
`<link rel="icon" href="${BASE}/favicon.ico" />
<title>moonbit tour</title>`,
)
.replace("%MARKDOWN%", mdHtml)
Expand Down

0 comments on commit e25c5d2

Please sign in to comment.