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.
1 parent 7ea1071 commit 9385d00Copy full SHA for 9385d00
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