From c80394900b66ac063e94e10398af039fabb462f2 Mon Sep 17 00:00:00 2001 From: splincode Date: Sun, 5 Nov 2023 15:26:22 +0300 Subject: [PATCH] chore: update --- apps/demo/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demo/project.json b/apps/demo/project.json index 2a5f2ecd..5f7e7076 100644 --- a/apps/demo/project.json +++ b/apps/demo/project.json @@ -67,7 +67,7 @@ "echo 'Github pages require special 404.html'", "echo 'Read more: https://angular.io/guide/deployment#deploy-to-github-pages'", "echo ------", - "nx run demo:build:production", + "nx run demo:build:production --base-href=/preview-landing-components/", "cp dist/demo/index.html dist/demo/404.html", "nx run demo:prerender:production" ]