diff --git a/.firebase/hosting.cHVibGlj.cache b/.firebase/hosting.cHVibGlj.cache new file mode 100644 index 0000000..4bcd0b7 --- /dev/null +++ b/.firebase/hosting.cHVibGlj.cache @@ -0,0 +1,11 @@ +404.html,1705468197020,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3 +index.html,1702440239731,abb5524b04fc5bb93ff087cd3ab7fdcbd7bd621a5226ce5b14226aa3a401d15e +favicon.ico,1702440239731,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955 +infox_logo_typo.svg,1704437971177,1459a43624e97456583e97628f6280822bdcf86b3b44bf8749589c2c681611a1 +logo192.png,1702440239731,caff018b7f1e8fd481eb1c50d75b0ef236bcd5078b1d15c8bb348453fee30293 +manifest.json,1702440239731,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900 +robots.txt,1702440239731,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2 +logo512.png,1702440239731,191fc21360b4ccfb1cda11a1efb97f489ed22672ca83f4064316802bbfdd750e +vite.svg,1702440239731,d3bbbc44b3ea71906a72bf2ec1a4716903e2e3d9f85a5007205a65d1f12e2923 +favicon.svg,1704437971176,3292940519c7b873eaf8a801bc4368960cbe7f511be61f1b2ded26f08bb830a2 +infox_logo_set.svg,1704437971177,ff7d1c70189913d3d2bb90d36de041bc0b0ba82b2f63d016c09c2ac890c968c7 diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..afc24f5 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "infox-dc968" + } +} diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml new file mode 100644 index 0000000..70abdc0 --- /dev/null +++ b/.github/workflows/firebase-hosting-merge.yml @@ -0,0 +1,19 @@ +# This file was auto-generated by the Firebase CLI +# https://github.com/firebase/firebase-tools + +name: Deploy to Firebase Hosting on merge +'on': + push: + branches: + - main +jobs: + build_and_deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: FirebaseExtended/action-hosting-deploy@v0 + with: + repoToken: '${{ secrets.GITHUB_TOKEN }}' + firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_INFOX_DC968 }}' + channelId: live + projectId: infox-dc968 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml new file mode 100644 index 0000000..14a3f53 --- /dev/null +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -0,0 +1,16 @@ +# This file was auto-generated by the Firebase CLI +# https://github.com/firebase/firebase-tools + +name: Deploy to Firebase Hosting on PR +'on': pull_request +jobs: + build_and_preview: + if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: FirebaseExtended/action-hosting-deploy@v0 + with: + repoToken: '${{ secrets.GITHUB_TOKEN }}' + firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_INFOX_DC968 }}' + projectId: infox-dc968 diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..e782939 --- /dev/null +++ b/firebase.json @@ -0,0 +1,10 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } +} diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..829eda8 --- /dev/null +++ b/public/404.html @@ -0,0 +1,33 @@ + + + + + + Page Not Found + + + + +
+

404

+

Page Not Found

+

The specified file was not found on this website. Please check the URL for mistakes and try again.

+

Why am I seeing this?

+

This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.

+
+ +