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 4589c4e commit bd2814eCopy full SHA for bd2814e
docs/hub/spaces-config-reference.md
@@ -50,7 +50,7 @@ Path to your main application file (which contains either `gradio` or `streamlit
50
Path is relative to the root of the repository.
51
52
**`app_build_command`** : _string_
53
-For static Spaces, command to run first to generate the html to render. Use together with `app_file`. Example: `npm run build`.
+For static Spaces, command to run first to generate the HTML to render. Use together with `app_file`. Example: `npm run build`.
54
55
Each update, the build command will run and the build output will be stored in `refs/convert/build`,
56
which will be served by the Space. See an example at https://huggingface.co/spaces/coyotte508/static-vite
0 commit comments