diff options
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r-- | source/features/patch-diff-links.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index 21038bba..04867c0d 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -20,7 +20,7 @@ function init(): void { ); } -void features.add(__filebasename, { +void features.add(import.meta.url, { include: [ pageDetect.isCommit, ], |