Skip to content

Commit 31e216a

Browse files
author
yamelsenih
committed
Add favicon
1 parent 5a5cbe9 commit 31e216a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export default defineConfig({
55
title: "Solop",
66
base: '/docs/',
77
description: "Solop Docs is a new UI for docs ERP",
8+
lastUpdated: true,
9+
head: [['link', { rel: 'icon', href: '/docs/favicon.ico' }]],
810
themeConfig: {
911
search: {
1012
provider: 'local'
@@ -45,6 +47,9 @@ export default defineConfig({
4547

4648
socialLinks: [
4749
{ icon: 'github', link: 'https://github.com/solop-develop/docs' }
48-
]
50+
],
51+
footer: {
52+
copyright: 'Copyright © 2024-present Solop Software'
53+
}
4954
}
5055
})

0 commit comments

Comments
 (0)