DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.66k stars 834 forks source link

Fix base path on web and fullstack #3247

Closed ealmloff closed 2 days ago

ealmloff commented 1 week ago
This PR fixes the base path in the config and fixes the title of desktop apps in release mode. Reading a CLI config how has this matrix of sources: Platform Debug mode (assumed to be running under the CLI) Release mode
Web Read from a <meta> tag Read from env!
Non-web Read from env at runtime Read from env!

Fixes https://github.com/DioxusLabs/dioxus/issues/2928 Fixes https://github.com/DioxusLabs/dioxus/issues/2929 Fixes https://github.com/DioxusLabs/dioxus/issues/3159 Stacked on #3195