From 801052adcd547aba60a9effd84e02f6c1f70ab6a Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 21 Sep 2022 17:50:09 +0300 Subject: [PATCH] chore: Use upper case letter for the initial of Automatisch --- packages/docs/pages/.vitepress/config.js | 4 ++-- packages/web/public/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index 17c70dab..7155875b 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -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', diff --git a/packages/web/public/index.html b/packages/web/public/index.html index c6d6830b..b28bfd96 100644 --- a/packages/web/public/index.html +++ b/packages/web/public/index.html @@ -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`. --> - automatisch + Automatisch