We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad391a commit eb674a6Copy full SHA for eb674a6
packages/webdoc-template-library/src/template-plugins/LinkerPlugin.js
@@ -165,7 +165,7 @@ function LinkerPluginShell() {
165
166
// Provide fallback if URL
167
if (siteDomain === undefined && isURL) {
168
- const { origin, pathname } = new URL(uri);
+ const {origin, pathname} = new URL(uri);
169
170
siteDomain = origin;
171
siteRoot = path.dirname(pathname);
0 commit comments