From 649bbd8297f4a8b2062f224065288f30a8f4330d Mon Sep 17 00:00:00 2001 From: Renard Date: Mon, 16 Sep 2019 15:31:54 -0300 Subject: favicon, metatags, removed sourcemaps in dist --- package.json | 2 +- public/favicon.ico | Bin 3870 -> 0 bytes public/index.html | 43 ------------------------------------------- public/logo192.png | Bin 5347 -> 0 bytes public/logo512.png | Bin 9664 -> 0 bytes public/manifest.json | 25 ------------------------- public/robots.txt | 2 -- src/favicon.ico | Bin 0 -> 24318 bytes src/index.html | 27 ++++++++++++++++----------- 9 files changed, 17 insertions(+), 82 deletions(-) delete mode 100644 public/favicon.ico delete mode 100644 public/index.html delete mode 100644 public/logo192.png delete mode 100644 public/logo512.png delete mode 100644 public/manifest.json delete mode 100644 public/robots.txt create mode 100644 src/favicon.ico diff --git a/package.json b/package.json index e53d2f6..0546488 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "scripts": { "dev": "parcel src/index.html", - "build": "parcel build src/index.html", + "build": "parcel build src/index.html --no-source-maps", "format": "prettier \"src/**/*.{js,css,html}\" --write", "lint": "eslint \"src/**/*.{js,jsx} --quiet" }, diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index a146b6f..0000000 --- a/public/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - React App - - - -
- - - diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index e4c94e6..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" -} diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index 01b0f9a..0000000 --- a/public/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000..140c7e5 Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/index.html b/src/index.html index 5207dc3..6d32a9e 100644 --- a/src/index.html +++ b/src/index.html @@ -1,14 +1,19 @@ - - - - - Bievenido a Internet - - -
Doesn't work :(
- - - + + + + + + + Bievenido a Internet + + + + +
Cargando ...
+ + + + \ No newline at end of file -- cgit v1.2.1-18-gbd029