Skip to content

Commit 35b752b

Browse files
committed
Tweak title
1 parent e9ed6db commit 35b752b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/DefaultLayout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="app-container">
33
<header>
44
<div class="site-title">
5-
<nuxt-link :to="{ name: 'index' }" exact class="site-title__link">MyCode.rip</nuxt-link>
5+
<nuxt-link :to="{ name: 'index' }" exact class="site-title__link">mycode.rip</nuxt-link>
66
</div>
77
<div class="site-description grey-text">Webエンジニアのブログ</div>
88
</header>

nuxt.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ module.exports = {
1818
** Headers of the page
1919
*/
2020
head: {
21-
title: 'MyCode.rip',
22-
titleTemplate: '%s | MyCode.rip',
21+
title: 'mycode.rip',
22+
titleTemplate: '%s | mycode.rip',
2323
meta: [
2424
{ charset: 'utf-8' },
2525
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
2626
{ name: 'google-site-verification', content: 'TeBuCNCTOyUHjtIq4eNw5aiyr0a86CB4Ikpqr4m4nrk' },
2727
{ hid: 'description', name: 'description', content: 'Webエンジニアのブログ' },
28-
{ hid: 'og:title', property: 'og:title', content: 'MyCode.rip' },
28+
{ hid: 'og:title', property: 'og:title', content: 'mycode.rip' },
2929
{ hid: 'og:description', property: 'og:description', content: 'Webエンジニアのブログ' },
3030
{ hid: 'twitter:card', name: 'twitter:card', content: 'summary' },
3131
{ hid: 'twitter:image', name: 'twitter:image', content: 'https://mycode.rip/twitter_card_summary.jpg' }

0 commit comments

Comments
 (0)