From fdd39a41526c053faef2b50c053f079357417b91 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 10 Jun 2024 17:13:07 +0300 Subject: [PATCH] chore: fixup --- projects/demo/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/demo/project.json b/projects/demo/project.json index c496366f2..f60cde8fa 100644 --- a/projects/demo/project.json +++ b/projects/demo/project.json @@ -96,7 +96,7 @@ "echo 'Github pages require special baseHref + 404.html'", "echo 'Read more: https://angular.io/guide/deployment#deploy-to-github-pages'", "echo ------", - "nx build editor-demo --base-href /tui-editor/", + "nx build editor-demo --base-href /editor/", "cp dist/demo/browser/index.html dist/demo/browser/404.html" ] }