We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1519f81 commit aec077cCopy full SHA for aec077c
docs/getting_started/project-structure.md
@@ -45,9 +45,9 @@ The `assets` directory is where you can store any static assets you want to be p
45
For example, if you save an image to `assets/image.png` you can display it from your app like this:
46
47
```python
48
-rx.image(src="image.png")
+rx.image(src="/image.png")
49
```
50
-
+j
51
## Main Project
52
53
Initializing your project creates a directory with the same name as your app. This is where you will write your app's logic.
0 commit comments