Skip to content

Commit 5e9cb7d

Browse files
authored
Merge branch 'ui-build-pipeline-and-ci' into html-report
2 parents eb6552d + 9385d00 commit 5e9cb7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ui/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ASSET_PREFIX=https://neuralmagic.github.io/ui/dev
1+
ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/dev
22
BASE_PATH=/ui/dev
33
NEXT_PUBLIC_USE_MOCK_API=true

src/ui/.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ASSET_PREFIX=https://neuralmagic.github.io/ui/latest
1+
ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/latest
22
BASE_PATH=/ui/latest
33
NEXT_PUBLIC_USE_MOCK_API=true

src/ui/.env.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ASSET_PREFIX=https://neuralmagic.github.io/ui/release/latest
1+
ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/release/latest
22
BASE_PATH=/ui/release/latest
33
NEXT_PUBLIC_USE_MOCK_API=true

0 commit comments

Comments
 (0)