nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit d7593dfa6d5b6ff630648e068bafb84c87697a5e
parent f902ef2f849c51f41f5c2207cb44a7d95cee7578
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sun,  1 Dec 2019 10:19:50 +0100

replace templated path to favicon to simple path

Diffstat:
Msrc/index.html | 11+----------
1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/index.html b/src/index.html @@ -3,16 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> - <!-- - Notice the use of %PUBLIC_URL% in the tag above. - It will be replaced with the URL of the `public` folder during the build. - Only files inside the `public` folder can be referenced from the HTML. - - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will - 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" href="public/favicon.ico"> <title>nakarte.me</title> <base target="_blank"> </head>