add short name of the site

This commit is contained in:
belikovme 2024-10-31 00:22:57 +07:00
parent 8bd5363298
commit e350a95270
2 changed files with 5 additions and 5 deletions

View File

@ -6,12 +6,12 @@
<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="#000000" />
<meta <meta
name="description" name="Anthill"
content="Web site created using create-react-app" content="Anhill company website"
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo_white.svg" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo_white.svg" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>React App</title> <title>Anthill</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -1,6 +1,6 @@
{ {
"short_name": "React App", "short_name": "Anthill",
"name": "Create React App Sample", "name": "Anthill.ru",
"icons": [ "icons": [
{ {
"src": "logo.svg", "src": "logo.svg",