Skip to content

Commit a4073f8

Browse files
committed
fix: api button target
1 parent b437d7c commit a4073f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vitepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ module.exports = {
4040
},
4141
{
4242
text: 'API',
43-
link: 'https://docs.nativescript.org/api-reference/index.html',
43+
link: '/api-reference',
4444
activeMatch: '^/api-reference',
45+
target: '_blank',
4546
},
4647
{
4748
text: 'Plugins',

0 commit comments

Comments
 (0)