File tree Expand file tree Collapse file tree 5 files changed +28
-3
lines changed Expand file tree Collapse file tree 5 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "siteId" : " 470c96e9-d56e-4de4-8ae7-a502bd2d5073"
3
+ }
Original file line number Diff line number Diff line change
1
+ # example netlify.toml
2
+ [build ]
3
+ command = " yarn build"
4
+ # functions = "functions"
5
+ publish = " build"
6
+
7
+ # # Uncomment to use this redirect for Single Page Applications like create-react-app.
8
+ # # Not needed for static site generators.
9
+ # [[redirects]]
10
+ # from = "/*"
11
+ # to = "/index.html"
12
+ # status = 200
13
+
14
+ # # (optional) Settings for Netlify Dev
15
+ # # https://github.com/netlify/netlify-dev-plugin#project-detection
16
+ # [dev]
17
+ # command = "yarn start" # Command to start your dev server
18
+ # port = 3000 # Port that the dev server will be listening on
19
+ # publish = "dist" # Folder with the static content for _redirect file
20
+
21
+ # # more info on configuring this file: https://www.netlify.com/docs/netlify-toml-reference/
Original file line number Diff line number Diff line change 22
22
work correctly both with client-side routing and a non-root public URL.
23
23
Learn how to configure a non-root public URL by running `npm run build`.
24
24
-->
25
- < title > React App</ title >
25
+ < title > Cache Busting a React App</ title >
26
26
</ head >
27
27
< body >
28
28
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change 1
1
{
2
- "short_name" : " React App " ,
3
- "name" : " Create React App Sample " ,
2
+ "short_name" : " Cache Busting " ,
3
+ "name" : " Cache Busting a React App" ,
4
4
"icons" : [
5
5
{
6
6
"src" : " favicon.ico" ,
Original file line number Diff line number Diff line change
1
+ {"appVersion" :" 0.1.0" }
You can’t perform that action at this time.
0 commit comments