diff options
Diffstat (limited to 'src/pages/index.js')
-rw-r--r-- | src/pages/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 30b92acc..e4002351 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -19,7 +19,8 @@ function HomepageHeader() { <div className={styles.buttons}> <Link className="button button--secondary button--lg" - to="https://yasutakeyohei.com/"> + to="https://yasutakeyohei.com/" + target="_self"> 安竹洋平のオフィシャルサイトはこちら </Link> </div> |