Add netlify hosting

This commit is contained in:
obergodmar
2021-02-25 19:22:41 +03:00
parent bc0f03e574
commit c92719ffcc
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -5,3 +5,4 @@ build
.firebase
yarn.lock
yarn-error.log
.DS_Store
+9
View File
@@ -0,0 +1,9 @@
[build]
command = "npm run build"
publish = "/build"
base = "/"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
+2 -1
View File
@@ -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",