Add netlify hosting
This commit is contained in:
@@ -5,3 +5,4 @@ build
|
||||
.firebase
|
||||
yarn.lock
|
||||
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",
|
||||
"description": "This app is supposed to make you feel nostalgic",
|
||||
"homepage": "https://wow-places.obergodmar.ru/",
|
||||
"version": "2.1.0",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
@@ -9,7 +10,7 @@
|
||||
"url": "https://github.com/obergodmar"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.22.0"
|
||||
"node": "12.20.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
|
||||
Reference in New Issue
Block a user