unknown 1 year ago
parent
commit
c25cb5c093
9 changed files with 38 additions and 2 deletions
  1. 1 1
      .eslintcache
  2. BIN
      build/favicon.ico
  3. 1 0
      build/icons8-telegram-app.svg
  4. BIN
      build/logo192.png
  5. BIN
      build/logo512.png
  6. 25 0
      build/manifest.json
  7. 3 0
      build/robots.txt
  8. 8 0
      netlify.toml
  9. 0 1
      package.json

File diff suppressed because it is too large
+ 1 - 1
.eslintcache


BIN
build/favicon.ico


File diff suppressed because it is too large
+ 1 - 0
build/icons8-telegram-app.svg


BIN
build/logo192.png


BIN
build/logo512.png


+ 25 - 0
build/manifest.json

@@ -0,0 +1,25 @@
+{
+  "short_name": "React App",
+  "name": "Create React App Sample",
+  "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": ".",
+  "display": "standalone",
+  "theme_color": "#000000",
+  "background_color": "#ffffff"
+}

+ 3 - 0
build/robots.txt

@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:

+ 8 - 0
netlify.toml

@@ -0,0 +1,8 @@
+[build]
+  publish = "build"
+
+  
+[[redirects]]
+from = "/*"
+to = "/index.html"
+status = 200

+ 0 - 1
package.json

@@ -1,5 +1,4 @@
 {
-  "homepage": "https://web.telegram.org/",
   "name": "react-21-22",
   "version": "0.1.0",
   "private": true,