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/**" - ] - } -}