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({
|
export default defineConfig({
|
||||||
base: BASE,
|
base: BASE,
|
||||||
lang: 'en-US',
|
lang: 'en-US',
|
||||||
title: 'automatisch Docs',
|
title: 'Automatisch Docs',
|
||||||
description:
|
description:
|
||||||
'Build workflow automation without spending time and money. No code is required.',
|
'Build workflow automation without spending time and money. No code is required.',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
siteTitle: 'automatisch',
|
siteTitle: 'Automatisch',
|
||||||
nav: [
|
nav: [
|
||||||
{
|
{
|
||||||
text: 'Guide',
|
text: 'Guide',
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
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`.
|
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.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
Reference in New Issue
Block a user