Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: blue
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
sdk_version: "1.0.0"
|
| 8 |
-
app_file:
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
@@ -31,8 +31,7 @@ Opcional: puedes empaquetar con Vite o similar, pero no es estrictamente necesar
|
|
| 31 |
2. En tu `README.md` del repo, pon un bloque YAML inicial así:
|
| 32 |
|
| 33 |
```yaml
|
| 34 |
-
---
|
| 35 |
sdk: static
|
| 36 |
app_file: src/ui/index.html
|
| 37 |
app_build_command: "" # si no haces build; o por ejemplo `npm run build`
|
| 38 |
-
|
|
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
sdk_version: "1.0.0"
|
| 8 |
+
app_file: index.html
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
| 31 |
2. En tu `README.md` del repo, pon un bloque YAML inicial así:
|
| 32 |
|
| 33 |
```yaml
|
|
|
|
| 34 |
sdk: static
|
| 35 |
app_file: src/ui/index.html
|
| 36 |
app_build_command: "" # si no haces build; o por ejemplo `npm run build`
|
| 37 |
+
|