parts.slice(0,3) was returning the full path as base; should be slice(0,2) so '#/templates/abc123' yields base='#/templates', param='abc123'. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| index.html | ||
parts.slice(0,3) was returning the full path as base; should be slice(0,2) so '#/templates/abc123' yields base='#/templates', param='abc123'. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| index.html | ||