Skip to content

Commit 2cb6bd3

Browse files
author
Fumito
authored
Merge pull request #23 from serverless-operations/fix-meta
Fix meta
2 parents 2d0aa55 + 3e7d6f8 commit 2cb6bd3

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

src/assets/scss/_wordpress-article.scss

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
@mixin wordpress_article_style {
22
// 記事内画像
3-
/deep/ .wp-block-image img {
4-
max-width: 100%;
5-
width: 100% !important;
6-
height: auto;
7-
margin: 16px 0 40px 0;
3+
/deep/ .wp-block-image {
4+
img {
5+
max-width: 100%;
6+
width: 100% !important;
7+
height: auto;
8+
margin: 16px 0 32px 0;
9+
}
10+
figcaption {
11+
font-size: 12px;
12+
text-align: center;
13+
margin: 0 0 48px 0;
14+
color: $mid-gray-1;
15+
}
816
}
17+
918

1019
/deep/ p {
1120
line-height: 1.8;

src/pages/Index.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,15 @@ export default {
125125
TopOurPartners,
126126
ContactForm
127127
},
128-
metaInfo: {
129-
title: 'Serverless Operations'
130-
}
128+
metaInfo :{
129+
title: 'サーバーレスでクラウドの価値を最大限に',
130+
meta:[
131+
{
132+
name: 'description',
133+
content: 'Serverless Operationsは、これまでグローバルの第一線で培ってきたクラウド技術(AWS − アマゾンウェブサービス)の豊富な実績と知見を活かし、お客さまのサーバーレスによる開発や運用の支援、コンサルティングまで一貫してサポート。サーバーレスに関するさまざまな課題を解決いたします。',
134+
}
135+
]
136+
},
131137
}
132138
</script>
133139

0 commit comments

Comments
 (0)