From 078d4bfd82ef65cb87326a6559dab3e53febdc36 Mon Sep 17 00:00:00 2001 From: webfussel Date: Wed, 19 Feb 2025 08:28:09 +0100 Subject: [PATCH] REMOVE: remove firebase Removing firebase configs --- .firebaserc | 5 ----- components/Intro.vue | 2 +- firebase.json | 17 ----------------- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .firebaserc delete mode 100644 firebase.json diff --git a/.firebaserc b/.firebaserc deleted file mode 100644 index febf4ad..0000000 --- a/.firebaserc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "projects": { - "default": "fiole-ee4ee" - } -} diff --git a/components/Intro.vue b/components/Intro.vue index 7dbaddc..9c3b240 100644 --- a/components/Intro.vue +++ b/components/Intro.vue @@ -2,7 +2,7 @@

- Moin. + Moin. Ich bin Fiona Urban.

diff --git a/firebase.json b/firebase.json deleted file mode 100644 index 9330504..0000000 --- a/firebase.json +++ /dev/null @@ -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/**" - ] - } -}