Skip to content

Instantly share code, notes, and snippets.

View frantovar's full-sized avatar

Fran Tovar frantovar

View GitHub Profile
@lukas-h
lukas-h / firebase.json
Created December 5, 2019 01:57
my firebase hosting config file
{
"hosting": {
"public": "_site",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [{
"source": "**",