Add netlify hosting
This commit is contained in:
@@ -5,3 +5,4 @@ build
|
|||||||
.firebase
|
.firebase
|
||||||
yarn.lock
|
yarn.lock
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
.DS_Store
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
[build]
|
||||||
|
command = "npm run build"
|
||||||
|
publish = "/build"
|
||||||
|
base = "/"
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/*"
|
||||||
|
to = "/index.html"
|
||||||
|
status = 200
|
||||||
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "wow-best-places",
|
"name": "wow-best-places",
|
||||||
"description": "This app is supposed to make you feel nostalgic",
|
"description": "This app is supposed to make you feel nostalgic",
|
||||||
|
"homepage": "https://wow-places.obergodmar.ru/",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
"url": "https://github.com/obergodmar"
|
"url": "https://github.com/obergodmar"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "10.22.0"
|
"node": "12.20.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user