From 48f6a40ff162120dffbeef529f32c9d6ab0fb2c4 Mon Sep 17 00:00:00 2001 From: Chris Fried Date: Sat, 9 Mar 2024 13:46:29 -0600 Subject: [PATCH] A custom domain?!?! --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dd889a9..8f525c5 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,10 @@ "ng": "ng", "start": "ng serve", "build": "ng build", - "build:ghp": "ng build --configuration production --base-href /secret-scrublandeux/ && cp dist/index.html dist/404.html", + "build:ghp": "ng build --configuration production && echo d2scrub.land > dist/CNAME && cp dist/index.html dist/404.html", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "ngh": "ng build --configuration production --base-href /secret-scrublandeux/ && cp dist/index.html dist/404.html && ngh", "manifest": "node ./utils/update-definitions.js && node ./utils/parse-definitions.js" }, "private": true, @@ -70,4 +69,4 @@ "tslint": "~6.1.3", "typescript": "4.9.5" } -} \ No newline at end of file +}