We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 375aa93 + 5e9cb7d commit 9613c3aCopy full SHA for 9613c3a
src/ui/.env.development
@@ -1,3 +1,3 @@
1
-ASSET_PREFIX=https://neuralmagic.github.io/ui/dev
+ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/dev
2
BASE_PATH=/ui/dev
3
NEXT_PUBLIC_USE_MOCK_API=true
src/ui/.env.production
-ASSET_PREFIX=https://neuralmagic.github.io/ui/latest
+ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/latest
BASE_PATH=/ui/latest
src/ui/.env.staging
-ASSET_PREFIX=https://neuralmagic.github.io/ui/release/latest
+ASSET_PREFIX=https://neuralmagic.github.io/guidellm/ui/release/latest
BASE_PATH=/ui/release/latest
0 commit comments