There was an error while loading. Please reload this page.
1 parent b4d0701 commit d7fea5fCopy full SHA for d7fea5f
3 files changed
docs/.vitepress/config.mjs
@@ -5,6 +5,9 @@ export default defineConfig({
5
title: "Python Programming",
6
description: "Course and Labs Informations",
7
base: '/Python-Programming/',
8
+ head: [
9
+ ['link', { rel: 'icon', type: 'image/png', href: '/Python-Programming/favicon.png' }]
10
+ ],
11
12
themeConfig: {
13
// https://vitepress.dev/reference/default-theme-config
docs/public/favicon.png
1.51 KB
favicon-32x32.png
0 commit comments