Deploy to Netlify as backup

This commit is contained in:
Ray 2023-12-13 03:28:47 +00:00 committed by GitHub
parent 93086ffc52
commit 334b5236f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

3
.gitignore vendored
View File

@ -24,3 +24,6 @@ yarn-error.log*
# Google Firebase Hosting Cache file
.firebase/hosting.YnVpbGQ.cache
# Local Netlify folder
.netlify

View File

@ -8,9 +8,10 @@ This site is now complete and has been archived, this will no longer be maintain
There is no search component even though the website documentation specifies it as a requirement as it is incompatible with the website setup.
This website can be viewed through two services:
This website can be viewed through these services:
Google Firebase Hosting: https://rayyan-h-tafe-nsw-2.web.app/ & https://rayyan-h-tafe-nsw-2.firebaseapp.com/
GitHub Pages: https://reiyua.github.io/RaysMovieClub/
GitHub Pages (Seem's to not work due to not supporting React Router): https://reiyua.github.io/RaysMovieClub/
Netlify (Seem's to not actually load anything): https://peppy-mochi-f9d893.netlify.app/

View File

@ -25,7 +25,7 @@
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",

1
public/_redirects Normal file
View File

@ -0,0 +1 @@
/* /index.html 200