Loading react-frontend/my-react-app/public/index.html +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> --> <link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon-16x16.png" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta Loading @@ -24,7 +25,8 @@ 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`. --> <title>React App</title> <!-- <title>React App</title> --> <title>React Tornado Blog</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> Loading Loading
react-frontend/my-react-app/public/index.html +4 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> --> <link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon-16x16.png" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta Loading @@ -24,7 +25,8 @@ 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`. --> <title>React App</title> <!-- <title>React App</title> --> <title>React Tornado Blog</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> Loading