diff --git a/.firebaserc b/.firebaserc deleted file mode 100644 index 1ef62fb..0000000 --- a/.firebaserc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "projects": { - "default": "words-inventor" - } -} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index fea4803..d1cec55 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: './public' + path: './src' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 diff --git a/README.md b/README.md index 0ab0967..790b1da 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Words inventor Ce projet sert à alimenter l'inspiration pour trouver des noms. Que ce soit pour une application, un projet, ou même pourquoi pas un animal de compagnie. -**Accès à l'application:** https://inventor.yori.mirano.fr/ +**Accès à l'application:** https://yori-mirano.github.io/words-inventor/ ## Screenshot diff --git a/database.rules.json b/database.rules.json deleted file mode 100644 index 8e33ddc..0000000 --- a/database.rules.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "rules": { - ".read": "auth != null", - ".write": "auth != null" - } -} diff --git a/firebase.json b/firebase.json deleted file mode 100644 index d612eab..0000000 --- a/firebase.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "database": { - "rules": "database.rules.json" - }, - "hosting": { - "public": "public", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ] - } -} diff --git a/public/404.html b/src/404.html similarity index 84% rename from public/404.html rename to src/404.html index 829eda8..6245abd 100644 --- a/public/404.html +++ b/src/404.html @@ -9,7 +9,7 @@ body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; } #message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; } #message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; } - #message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; } + #message h2 { color: #03A9F4; font-weight: bold; font-size: 16px; margin: 0 0 8px; } #message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;} #message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; } #message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; } @@ -26,8 +26,6 @@
The specified file was not found on this website. Please check the URL for mistakes and try again.
-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.