Skip to content

Commit

Permalink
chore: add og image
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Jul 29, 2024
1 parent b82bbba commit 95a78e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export default defineConfig({
title: "CV of kawamataRyo",
description: "Kawamata Ryoの職務経歴書",
base: '/resume/',
head: [
['meta', { property: 'og:image', content: 'https://github.com/kawamataryo/resume/images/og.png' }],
['meta', { property: 'og:title', content: 'CV of Kawamata Ryo' }]
],
themeConfig: {
nav: [
{ text: 'Home', link: '/' },
Expand Down
Binary file added docs/public/images/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95a78e1

Please sign in to comment.