Skip to content

Commit d7fea5f

Browse files
committed
udpate favicon
1 parent b4d0701 commit d7fea5f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export default defineConfig({
55
title: "Python Programming",
66
description: "Course and Labs Informations",
77
base: '/Python-Programming/',
8+
head: [
9+
['link', { rel: 'icon', type: 'image/png', href: '/Python-Programming/favicon.png' }]
10+
],
811

912
themeConfig: {
1013
// https://vitepress.dev/reference/default-theme-config

docs/public/favicon.png

1.51 KB
Loading

favicon-32x32.png

1.51 KB
Loading

0 commit comments

Comments
 (0)