Skip to content

Commit 52f3fec

Browse files
committed
Move favicon files to public/favicon
1 parent 41fb5cf commit 52f3fec

10 files changed

Lines changed: 1 addition & 1 deletion

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const siteConfig: SiteConfig = {
3131
},
3232
favicon: [
3333
{
34-
src: "/favicon/favicon.ico", // Path of the favicon, relative to the /public directory
34+
src: "favicon/favicon.ico", // Path of the favicon, relative to the /public directory
3535
// theme: 'light', // (Optional) Either 'light' or 'dark', set only if you have different favicons for light and dark mode
3636
// sizes: '32x32', // (Optional) Size of the favicon, set only if you have favicons of different sizes
3737
},

0 commit comments

Comments
 (0)