The default behavior of index_on_404
varies depending on if a Dioxus.toml
is present
#1291
Closed
3 tasks
Problem
The default behavior of
index_on_404
varies depending on if aDioxus.toml
is present.This causes multi-page apps to stop working when implementing the tailwind example.
Steps To Reproduce
Run
dx serve
for a project without aDioxus.toml
Add the
Dioxus.toml
from the tailwind example and rundx serve
again.Expected behavior
Expect the
index_on_404
setting to be consistent across runs.Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
web
Questionnaire
The text was updated successfully, but these errors were encountered: