Skip to content

Commit 66a68a3

Browse files
author
Fumito Abe
committed
投稿のOGPをポストのアイキャッチで表示できるように修正
1 parent f9c2de5 commit 66a68a3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/templates/WordPressPost.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,7 @@ export default {
143143
}
144144
]
145145
}
146-
},
147-
data() {
148-
return {
149-
result: [],
150-
title: '',
151-
description: '',
152-
bodyHtml: ''
153-
}
154-
},
146+
}
155147
}
156148
</script>
157149

0 commit comments

Comments
 (0)