localhost geht hop-fly nicht
This commit is contained in:
10
package.json
10
package.json
@ -22,8 +22,10 @@
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eject": "react-scripts eject",
|
||||
|
||||
"postbuild": "cp ./src/.htaccess ./build/ && sudo cp -r -v ./build/static/ /opt/lampp/htdocs/dog/ && sudo cp -v ./build/* /opt/lampp/htdocs/dog/"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
@ -43,6 +45,6 @@
|
||||
]
|
||||
},
|
||||
"xxxhomepage____": "http://localhost:3000/dog",
|
||||
"xxxxhomepage": "https://hope-fly.de/dog",
|
||||
"homepage": "http://localhost/dog"
|
||||
"homepage": "https://hope-fly.de/dog",
|
||||
"xxxxhomepage": "http://localhost/dog"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user