Skip to content

Commit

Permalink
chore: Added logo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 21, 2024
1 parent 35b0991 commit 9d34ba9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default defineConfig({
"An open, scalable, online streaming setup. All-in-one toolkit from ingest to adaptive video playback.",
lang: "en-US",
head: [
['link', { rel: 'icon', type: 'image/png', href: '/logo-mascotte.png' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: 'Superstreamer | All-in-one toolkit from ingest to adaptive video playback' }],
['meta', { property: 'og:site_name', content: 'Superstreamer' }],
[
"script",
{},
Expand All @@ -18,6 +23,10 @@ export default defineConfig({
],
],
themeConfig: {
logo: {
src: "/logo-mascotte.png",
height: 21,
},
search: {
provider: "local",
},
Expand Down

0 comments on commit 9d34ba9

Please sign in to comment.