Skip to content

Commit e56373c

Browse files
committed
targetBlank to true
1 parent becf3a0 commit e56373c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

apps/web/app/pages/namecard/[id]/share.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ useHead({
5858
:href="`https://x.com/share?url=${encodeURIComponent(
5959
`https://vuefes.jp/2024/namecard/${id}/share`,
6060
)}`"
61+
target-blank
6162
can-hover
6263
/>
6364
</li>
@@ -68,6 +69,7 @@ useHead({
6869
:href="`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(
6970
`https://vuefes.jp/2024/namecard/${id}/share`,
7071
)}`"
72+
target-blank
7173
/>
7274
</li>
7375
<li>

apps/web/app/pages/sessions/[id]/share.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ useHead({
6666
:href="`https://x.com/share?url=${encodeURIComponent(
6767
`https://vuefes.jp/2024/namecard/${id}/share`,
6868
)}`"
69+
target-blank
6970
can-hover
7071
/>
7172
</li>
@@ -76,6 +77,7 @@ useHead({
7677
:href="`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(
7778
`https://vuefes.jp/2024/namecard/${id}/share`,
7879
)}`"
80+
target-blank
7981
/>
8082
</li>
8183
<li>

apps/web/app/pages/sponsors/[id]/share.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ useHead({
6666
:href="`https://x.com/share?url=${encodeURIComponent(
6767
`https://vuefes.jp/2024/namecard/${id}/share`,
6868
)}`"
69+
target-blank
6970
can-hover
7071
/>
7172
</li>
@@ -76,6 +77,7 @@ useHead({
7677
:href="`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(
7778
`https://vuefes.jp/2024/namecard/${id}/share`,
7879
)}`"
80+
target-blank
7981
/>
8082
</li>
8183
<li>

0 commit comments

Comments
 (0)