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

View File

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