Remove clutter

This commit is contained in:
Andras Schmelczer 2022-01-24 21:36:32 +01:00
parent 52e954f5d7
commit 1b63bbc0da
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
3 changed files with 0 additions and 37 deletions

View file

@ -1 +0,0 @@
**/*.js

View file

@ -1,5 +0,0 @@
{
"projects": {
"default": "schmelczer-dev"
}
}

View file

@ -1,31 +0,0 @@
{
"hosting": {
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"site": "schmelczer-dev",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"redirects": [
{
"source": "/fizika",
"destination": "https://fizika.schmelczer.dev",
"type": 301
}
],
"headers": [
{
"source": "**/*.@(jpg|jpeg|webp|png|webm|mp4|gif)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000"
}
]
}
]
}
}