Skip to content

Commit 8659f8c

Browse files
authored
chore: Change filepath to index.html
Since `index.js` is supposed to live inside `app`, it might be confusing to just tell users to create `index.html` without prefixing it with `app/`. Otherwise, the path to `index.js` in the html file will get a 404 back.
1 parent 67cc582 commit 8659f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ document.body.appendChild(component());
4444

4545
To run this piece of code, one usually has the below html
4646

47-
__index.html__
47+
__app/index.html__
4848

4949
```html
5050
<html>

0 commit comments

Comments
 (0)