Skip to content

Commit 33758d2

Browse files
committed
homepage for installed graph apps should be '.'
1 parent 114e6ca commit 33758d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neo4j-apps/graphql-playground-ga",
33
"description": "GraphQL Playground as a Graph App",
4-
"homepage": "https://neo4j-apps.github.io/graphql-playground-ga",
4+
"homepage": ".",
55
"version": "0.1.5",
66
"main": "dist/index.html",
77
"neo4jDesktop": {
@@ -34,7 +34,7 @@
3434
"test": "react-scripts test",
3535
"eject": "react-scripts eject",
3636
"predeploy": "npm run build",
37-
"deploy": "gh-pages -d build",
37+
"deploy": "gh-pages -d dist",
3838
"release": "np"
3939
},
4040
"eslintConfig": {

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/>
1212
<meta
1313
name="description"
14-
content="Web site created using create-react-app"
14+
content="GraphQL Playground packaged as a Neo4j Graph App"
1515
/>
1616
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1717

0 commit comments

Comments
 (0)