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 15d5ce9 commit dff4dafCopy full SHA for dff4daf
docs/hub/spaces-sdks-static.md
@@ -15,7 +15,7 @@ Static Spaces support adding a custom build step before serving your static asse
15
Add `app_build_command` inside the `YAML` block at the top of your Spaces **README.md** file, and `app_file`.
16
17
For example:
18
-- `app_build_command: npm run build`
+- `app_build_command: npm run build`
19
- `app_file: dist/index.html`
20
21
Example spaces:
0 commit comments