You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hosting/config_file.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
```python exec
2
2
import reflex as rx
3
3
from reflex_image_zoom import image_zoom
4
+
from pcweb import constants
4
5
from pcweb.pages.docs import hosting
5
6
from pcweb.pages import docs
6
7
from pcweb.styles.styles import get_code_style, cell_style
@@ -99,7 +100,7 @@ You can also specify a project uuid instead of name:
99
100
project: 12345678-1234-1234-1234-1234567890ab
100
101
```
101
102
102
-
You can go to the homepage of the project in the reflex cloud dashboard to find your project uuid in the url `https://cloud.reflex.dev/project/uuid`
103
+
You can go to the homepage of the project in the reflex cloud dashboard to find your project uuid in the url `{constants.REFLEX_CLOUD_URL.rstrip("/")}/project/uuid`
0 commit comments