REMOVE: remove firebase

Removing firebase configs
This commit is contained in:
webfussel 2025-02-19 08:28:09 +01:00
parent 1603b69145
commit 078d4bfd82
3 changed files with 1 additions and 23 deletions

View file

@ -1,5 +0,0 @@
{
"projects": {
"default": "fiole-ee4ee"
}
}

View file

@ -2,7 +2,7 @@
<section id="intro" class="Intro content full default-gap">
<div class="intro-text flex-col default-gap">
<h1 class="flex-col">
<span class="greeting">Moin. </span>
<span class="greeting">Moin.</span>
<span class="my-name-wrapper">Ich bin <span class="nowrap"><span class="highlight">Fiona </span><small>Urban</small><span class="dot">.</span></span></span>
</h1>
<h2>

View file

@ -1,17 +0,0 @@
{
"hosting": {
"headers": [{
"source" : "**/*.@(js|css|jpg|jpeg|gif|png|svg|webp|woff2)",
"headers" : [ {
"key" : "Cache-Control",
"value" : "max-age=31536000"
} ]
}],
"public": ".output/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}