We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf4e6e commit a14a443Copy full SHA for a14a443
firebase.json
@@ -0,0 +1,16 @@
1
+{
2
+ "hosting": {
3
+ "public": "build",
4
+ "headers": [
5
+ {
6
+ "source": "static/**/*.@(css|js|map)",
7
8
9
+ "key": "Cache-Control",
10
+ "value": "max-age=31536000"
11
+ }
12
+ ]
13
14
15
16
+}
package.json
@@ -20,6 +20,6 @@
20
"build": "react-scripts build && react-snapshot",
21
"test": "react-scripts test --env=jsdom",
22
"eject": "react-scripts eject",
23
- "deploy": "npm run build && surge -p build"
+ "deploy": "npm run build && firebase deploy"
24
}
25
0 commit comments