Added firebase config
This commit is contained in:
		
							
								
								
									
										16
									
								
								firebase.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								firebase.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
						"hosting": {
 | 
				
			||||||
 | 
							"public": "dist/HomeFront",
 | 
				
			||||||
 | 
							"ignore": [
 | 
				
			||||||
 | 
								"firebase.json",
 | 
				
			||||||
 | 
								"**/.*",
 | 
				
			||||||
 | 
								"**/node_modules/**"
 | 
				
			||||||
 | 
							],
 | 
				
			||||||
 | 
							"rewrites": [
 | 
				
			||||||
 | 
								{
 | 
				
			||||||
 | 
									"source": "**",
 | 
				
			||||||
 | 
									"destination": "/index.html"
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							]
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user