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:
@@ -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',
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user