Skip to content

Commit c1cb520

Browse files
committed
added redirect to netlify
1 parent 58b9f76 commit c1cb520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fresco-app",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "./",
5+
"homepage": "/",
66
"dependencies": {
77
"axios": "^0.18.0",
88
"codemirror": "^5.36.0",

public/_redirects

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

0 commit comments

Comments
 (0)