diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js
index d1f202dd..ed64dcab 100644
--- a/packages/docs/pages/.vitepress/config.js
+++ b/packages/docs/pages/.vitepress/config.js
@@ -5,10 +5,11 @@ const BASE = process.env.BASE_URL || '/';
export default defineConfig({
base: BASE,
lang: 'en-US',
- title: 'Automatisch Docs',
- description: 'Vite & Vue powered static site generator.',
+ 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 33f20d72..c6d6830b 100644
--- a/packages/web/public/index.html
+++ b/packages/web/public/index.html
@@ -4,12 +4,11 @@
-
+
-
-
Automatisch
+ automatisch
diff --git a/packages/web/public/logo192.png b/packages/web/public/logo192.png
deleted file mode 100644
index fc44b0a3..00000000
Binary files a/packages/web/public/logo192.png and /dev/null differ
diff --git a/packages/web/public/logo512.png b/packages/web/public/logo512.png
deleted file mode 100644
index a4e47a65..00000000
Binary files a/packages/web/public/logo512.png and /dev/null differ
diff --git a/packages/web/public/manifest.json b/packages/web/public/manifest.json
index 080d6c77..e93be57a 100644
--- a/packages/web/public/manifest.json
+++ b/packages/web/public/manifest.json
@@ -1,21 +1,12 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "automatisch",
+ "name": "automatisch",
+ "description": "Build workflow automation without spending time and money. No code is required.",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
- },
- {
- "src": "logo192.png",
- "type": "image/png",
- "sizes": "192x192"
- },
- {
- "src": "logo512.png",
- "type": "image/png",
- "sizes": "512x512"
}
],
"start_url": ".",