mirror of
https://github.com/miggymofongo/kh_quote.git
synced 2024-11-23 06:40:27 +00:00
update favicon
This commit is contained in:
parent
d2252b2765
commit
abdd4c5967
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "kh_quote",
|
||||
"homepage": "https://miggymofongo.github.io/",
|
||||
"homepage": "https://miggymofongo.github.io/kh_quote",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
@ -16,11 +16,11 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"predeploy" : "npm run build",
|
||||
"deploy" : "gh-pages -d build",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"predeploy" : "npm run build",
|
||||
"deploy" : "gh-pages -d build"
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -24,6 +24,7 @@
|
|||
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`.
|
||||
-->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||
<title>Miguel's Asteroid</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue