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
Only attempt directory fallback if index.html exists
This commit updates the logic for the directory fallback to only attempt
it when 1) the request is for a directory, and 2) the directory contains
an `index.html` file. Otherwise, it will attempt the static application
fallback configured through the environment variable.
Signed-off-by: Radu Matei <[email protected]>
0 commit comments