Update to get the page working properly on new subdomain.

This commit is contained in:
Alexander Huddleston 2020-02-13 23:52:47 -06:00
parent 813f44a428
commit bbb29d10fa
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"name": "react-doodles",
"version": "0.1.0",
"homepage": "https://letter.werefox.dev",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
@ -25,7 +25,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous" />
<title>React App</title>
<title>Happy Valentine's Day</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>