Merge pull request #496 from automatisch/meta-tags

chore: update title, description and manifest
This commit is contained in:
Ömer Faruk Aydın
2022-09-12 01:13:08 +03:00
committed by GitHub
5 changed files with 10 additions and 19 deletions

View File

@@ -5,10 +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: 'Vite & Vue powered static site generator.', description:
'Build workflow automation without spending time and money. No code is required.',
themeConfig: { themeConfig: {
siteTitle: 'Automatisch', siteTitle: 'automatisch',
nav: [ nav: [
{ {
text: 'Guide', text: 'Guide',

View File

@@ -4,12 +4,11 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#0059F7" />
<meta <meta
name="description" name="description"
content="Web site created using create-react-app" content="Build workflow automation without spending time and money. No code is required."
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--
manifest.json provides metadata used when your web app is installed on a manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -1,21 +1,12 @@
{ {
"short_name": "React App", "short_name": "automatisch",
"name": "Create React App Sample", "name": "automatisch",
"description": "Build workflow automation without spending time and money. No code is required.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16", "sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon" "type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
} }
], ],
"start_url": ".", "start_url": ".",