Skip to content

Commit d0dd061

Browse files
authored
Change homepage to ./
Neo4j Desktop files are loaded over file:/// rather than http(s):// so changing the homepage will mean the JS files are referenced locally in index.html
1 parent 9137235 commit d0dd061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "neodash",
33
"description": "NeoDash - Neo4j Dashboard Builder",
4-
"version": "1.0.3",
5-
"homepage": "https://nielsdejong.nl/neodash",
4+
"version": "1.0.4",
5+
"homepage": "./",
66
"neo4jDesktop": {
77
"apiVersion": "^1.2.0"
88
},

0 commit comments

Comments
 (0)