Skip to content

Commit ca08f27

Browse files
committed
Remove hashing
1 parent a995e00 commit ca08f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build/mdn-comments.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export function generateDescriptions(): Record<string, string> {
111111
export function extractSummaryFromFile(url: string): string {
112112
const relativePath = url
113113
.replace("https://developer.mozilla.org/docs/", "")
114+
.split("#")[0]
114115
.toLowerCase();
115116

116117
const filePath = new URL(

0 commit comments

Comments
 (0)