Skip to content

Commit 7865dbc

Browse files
committed
feat(builder): remove getMetadataBase
1 parent 9b86c7d commit 7865dbc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/builder.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,6 @@ export class HeadBuilder<TOutput = HeadElement[]> {
150150
return this;
151151
}
152152

153-
/**
154-
* Gets the configured metadataBase URL
155-
*/
156-
getMetadataBase(): URL | undefined {
157-
return this.metadataBase;
158-
}
159-
160153
/**
161154
* Adds a meta element directly to the head configuration
162155
*

0 commit comments

Comments
 (0)