Skip to content

Commit 34cdcf6

Browse files
committed
chore: update theme
1 parent 56ba317 commit 34cdcf6

File tree

1 file changed

+1
-1
lines changed
  • .vitepress/theme/nativescript-theme

1 file changed

+1
-1
lines changed

.vitepress/theme/nativescript-theme/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6290,7 +6290,7 @@ var script$c = defineComponent({
62906290
return url
62916291
}
62926292

6293-
if (url.startsWith('http')) {
6293+
if (url.startsWith(window.___location.origin)) {
62946294
return getRelativePath(url)
62956295
}
62966296

0 commit comments

Comments
 (0)