Skip to content

Commit 9613c3a

Browse files
committed
Merge branch 'html-report' of github.com:neuralmagic/guidellm into html-report
2 parents 375aa93 + 5e9cb7d commit 9613c3a

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)