From 28fab8be928ca9a6a2a2fd7eee659bf73856192d Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 4 Jul 2020 22:23:28 +0200 Subject: [PATCH] Konfiguracja Firebase --- .firebaserc | 5 +++++ .gitignore | 3 +++ firebase.json | 10 ++++++++++ public/404.html | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 .firebaserc create mode 100644 firebase.json create mode 100644 public/404.html diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..f38df49 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "stacjownik-td2" + } +} diff --git a/.gitignore b/.gitignore index 98e18f7..145a2f3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ pnpm-debug.log* *.sln *.sw? node_modules + +.gitignore +.firebase 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.

+
+ +