diff --git a/.gitignore b/.gitignore index dd6e803..ca424da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ dist/ *.log .DS_Store +.history/ diff --git a/package.json b/package.json index bc9dbc6..1d015b9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "type": "git", "url": "git+https://github.com/niceberginc/tollgate.git" }, - "homepage": "https://main.tollgate.pages.dev", + "homepage": "https://tollgate.niceberglabs.com/", "bugs": { "url": "https://github.com/niceberginc/tollgate/issues" },