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
I wanted to fix this link (and a few others), but found that when previewing locally with dx serve, the link actually points to the intended http://127.0.0.1:8080/learn/0.6/guide/assets. So when previewing with dx serve, everything seems to work as intended.
The text was updated successfully, but these errors were encountered:
For example, on the Creating UI with RSX page of the tutorial, there is a link at the very bottom:
The link from the live website points to https://dioxuslabs.com/learn/0.6/guide/rsx/assets, which is an url that doesn't exist, so it shows the landing page. It should point to https://dioxuslabs.com/learn/0.6/guide/assets.
I wanted to fix this link (and a few others), but found that when previewing locally with
dx serve
, the link actually points to the intended http://127.0.0.1:8080/learn/0.6/guide/assets. So when previewing withdx serve
, everything seems to work as intended.The text was updated successfully, but these errors were encountered: