update favicon

This commit is contained in:
miggymofongo2 2024-06-16 04:08:44 -04:00
parent d2252b2765
commit abdd4c5967
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "kh_quote", "name": "kh_quote",
"homepage": "https://miggymofongo.github.io/", "homepage": "https://miggymofongo.github.io/kh_quote",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
@ -16,11 +16,11 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject"
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -24,6 +24,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`.
--> -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Miguel's Asteroid</title> <title>Miguel's Asteroid</title>
</head> </head>
<body> <body>