add target _blank
parent
0b398334af
commit
e040ce4489
|
@ -22,3 +22,6 @@ logs
|
|||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Server files
|
||||
ecosystem.config.js
|
|
@ -5,7 +5,7 @@
|
|||
<template>
|
||||
<header>
|
||||
<div class="head">
|
||||
<NuxtLink :to="host" class="logo" >
|
||||
<NuxtLink class="logo" :to="host" target="_BLANK">
|
||||
<img src="/img/logo.svg" alt="tinysites" />
|
||||
</NuxtLink>
|
||||
<ul class="cta">
|
||||
|
|
Loading…
Reference in New Issue