Skip to content

Commit

Permalink
Fix Meta Title Casing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Jul 13, 2024
1 parent b143cd5 commit 210c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {defineConfig} from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "screeenly Docs",
title: "screeenly docs",
description: "The knowledge base and documentation for screeenly v3.",
srcExclude: ['**/README.md', '**/package.json', '**/package-lock.json'],

Expand Down

0 comments on commit 210c327

Please sign in to comment.