From 6ac79d37703d80fc5a9ed8c417267fe8c94c7771 Mon Sep 17 00:00:00 2001 From: Andrew Halliwell Date: Tue, 8 Oct 2024 01:06:45 -0700 Subject: [PATCH] fix: removing homepage from package.json. It might be conflicting with github pages. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bb46212..7ca2e4a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "stegg", "private": true, "version": "1.0.0", - "homepage": "https://stegg.alifeinbinary.com/", "type": "module", "scripts": { "dev": "vite",