Skip to content

Commit

Permalink
feat: ✨ addede favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
miggi92 authored Apr 24, 2024
1 parent 9d4c481 commit 1fed57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "ABAP OData Framework",
lang: 'en-US',
description: "A odata framework for a SAP System. ",
head: [['link', { rel: 'icon', href: '../assets/favicon.ico' }]],
sitemap: {
hostname: "https://miggi92.github.io/odata-fw/"
},
Expand All @@ -24,7 +26,7 @@ export default defineConfig({
]
}
],
logo: './assets/odata_fw_logo_transparent.png',
logo: '../assets/odata_fw_logo_transparent.png',

socialLinks: [
{ icon: 'github', link: 'https://github.com/miggi92/odata-fw' }
Expand Down
Binary file added docs/assets/favicon.ico
Binary file not shown.

0 comments on commit 1fed57b

Please sign in to comment.