Open Awsum-Al opened 1 week ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
This enhancement modifies the filename sanitization process to handle hash-based routing more elegantly. By removing leading underscores from sanitized values, we create cleaner and more readable filenames for Single Page Applications using hash-based navigation.
Changes:
Example transformation: Before: _dashboard-2024_11_13.report.html After: dashboard-2024_11_13.report.html