Skip to content

Commit

Permalink
fix(client): website favicon path error (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaolifeng0629 authored Jun 1, 2024
1 parent 9375545 commit 180ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineNuxtConfig({
app: {
head: {
title: "Earthworm",
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.png" }],
link: [{ rel: "icon", type: "image/x-icon", href: "/logo.png" }],
script: appScripts,
},
},
Expand Down

0 comments on commit 180ca8a

Please sign in to comment.