Skip to content

Commit 9326baf

Browse files
authored
Merge pull request #5 from coffezilla/dev
netlify: added _redirects
2 parents e7d4d95 + eee913c commit 9326baf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ cypress/log/*
3232
cypress/screenshots/*
3333
cypress/downloads/*
3434

35+
# database
36+
database.db
37+

my-app/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VITE_STAGE="development"
1313

1414
## BACKEND
1515
# api
16-
VITE_BACKEND_API_URL="http://localhost:3000"
16+
VITE_BACKEND_API_URL="https://reactjs-node-bootstrap.onrender.com"
1717

1818
## CYPRESS
1919
#

my-app/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)