Merge pull request #521 from automatisch/chore/replace-initial-letter

chore: Use upper case letter for the initial of Automatisch
This commit is contained in:
Ömer Faruk Aydın
2022-09-21 17:56:10 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -5,11 +5,11 @@ const BASE = process.env.BASE_URL || '/';
export default defineConfig({
base: BASE,
lang: 'en-US',
title: 'automatisch Docs',
title: 'Automatisch Docs',
description:
'Build workflow automation without spending time and money. No code is required.',
themeConfig: {
siteTitle: 'automatisch',
siteTitle: 'Automatisch',
nav: [
{
text: 'Guide',

View File

@@ -23,7 +23,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>automatisch</title>
<title>Automatisch</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>