Deploy to Netlify as backup
This commit is contained in:
parent
93086ffc52
commit
334b5236f3
|
@ -24,3 +24,6 @@ yarn-error.log*
|
|||
|
||||
# Google Firebase Hosting Cache file
|
||||
.firebase/hosting.YnVpbGQ.cache
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
|
|
@ -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/
|
|
@ -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",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/* /index.html 200
|
Loading…
Reference in New Issue