Skip to content

Commit baa77c8

Browse files
committed
update favicon
1 parent 3f9f2da commit baa77c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

demo/nuxt/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineNuxtConfig({
44
meta: {
55
title: "Nuxt3 Notion",
66
meta: [{ charset: "utf-8" }, { name: "viewport", content: "width=device-width, initial-scale=1" }],
7-
link: [{ rel: "icon", type: "image/svg", href: "/logo.svg" }],
7+
link: [{ rel: "icon", type: "image/png", href: "/logo.png" }],
88
},
99
buildModules: ["vue3-notion/nuxt"],
1010
})

demo/nuxt/public/logo.png

3.13 KB
Loading

0 commit comments

Comments
 (0)