1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-30 00:00:13 +01:00

Remove PUBLIC_URL #57

This commit is contained in:
Sonja Happ 2021-01-08 15:45:45 +01:00
parent 360f81200e
commit c173048d6d
2 changed files with 2 additions and 3 deletions

View file

@ -69,8 +69,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "PUBLIC_URL=https://villas.k8s.eonerc.rwth-aachen.de/ react-scripts build",
"build-localhost": "PUBLIC_URL=/ react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type=image/x-icon href="%PUBLIC_URL%/favicon.ico">
<link rel="shortcut icon" type=image/x-icon href="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.