We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b5deb6 + 5ed848b commit 95cd87aCopy full SHA for 95cd87a
_redirects
@@ -0,0 +1,3 @@
1
+/stadtviertel /index.html 200
2
+/copyright /index.html 200
3
+/impressum /index.html 200
package.json
@@ -16,7 +16,7 @@
16
},
17
"scripts": {
18
"start": "react-scripts-ts start",
19
- "build": "react-scripts-ts build",
+ "build": "react-scripts-ts build && cp _redirects build/_redirects",
20
"test": "react-scripts-ts test --env=jsdom",
21
"eject": "react-scripts-ts eject"
22
0 commit comments