File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed
Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 44 "ignore" : [" firebase.json" , " **/.*" , " **/node_modules/**" ],
55 "rewrites" : [
66 {
7- "source" : " /privacy-policy " ,
8- "destination" : " /privacy-policy .html"
7+ "source" : " /@(js|about|challenges|css|fonts|funbox|images|languages|layouts|quotes|sound|themes|webfonts|webfonts-preview)/** " ,
8+ "destination" : " /404 .html"
99 },
1010 {
11- "source" : " /terms-of-service" ,
12- "destination" : " /terms-of-service.html"
13- },
14- {
15- "source" : " /security-policy" ,
16- "destination" : " /security-policy.html"
17- },
18- {
19- "source" : " /adtest" ,
20- "destination" : " /adtest.html"
21- },
22- {
23- "source" : " /test" ,
24- "destination" : " /index.html"
25- },
26- {
27- "source" : " !/@(js|about|challenges|css|fonts|funbox|images|languages|layouts|quotes|sound|themes|webfonts)/**" ,
11+ "source" : " **" ,
2812 "destination" : " /index.html"
2913 }
3014 ],
You can’t perform that action at this time.
0 commit comments