There was an error while loading. Please reload this page.
1 parent 03593a4 commit 114ba58Copy full SHA for 114ba58
1 file changed
app/layouts/default.vue
@@ -96,7 +96,11 @@ function closeMobileMenu() {
96
</NavigationMenuItem>
97
<NavigationMenuItem>
98
<NavigationMenuLink as-child>
99
- <a href="/_docs/scalar">
+ <a
100
+ href="/_docs/scalar"
101
+ target="_blank"
102
+ rel="noopener noreferrer"
103
+ >
104
{{ $t('layouts.links.api_reference') }}
105
</a>
106
</NavigationMenuLink>
@@ -184,6 +188,8 @@ function closeMobileMenu() {
184
188
185
189
<a
186
190
href="/_docs/scalar"
191
192
187
193
class="
194
flex min-h-11 items-center rounded-xl px-3 text-sm
195
font-medium text-muted-foreground transition-colors
0 commit comments