Files
blog/firebase.json
wholteza 24fd81c32c Initial commit
Static site generation from md wip
2023-09-15 22:35:15 +02:00

7 lines
109 B
JSON

{
"hosting": {
"public": ".dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}