localhost geht hop-fly nicht

This commit is contained in:
2022-12-19 22:07:54 +01:00
parent bac04885b0
commit 3657ddf4ae
16 changed files with 301 additions and 28 deletions

View File

@ -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"
}