From 522a8e4baa1f5c1d5baad6e367539247e333e479 Mon Sep 17 00:00:00 2001 From: Muhammed Talha Korkmaz Date: Wed, 24 Jun 2026 16:29:06 +0300 Subject: [PATCH] homepage url changed --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },