fae14a50835827a26a09c180c649adea714af0ae
Updated try_files directive to check for index.html in subdirectories before falling back to root index.html. This fixes /sdk routing. Before: try_files $uri $uri/ /index.html; After: try_files $uri $uri/index.html /index.html; Now /sdk correctly serves /sdk/index.html instead of root index.html 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
SilverLABS Website - .NET 9 Blazor Web App
Languages
HTML
41.5%
C#
37.3%
CSS
20.7%
Dockerfile
0.5%