Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Oct 25, 2023
1 parent efb60bb commit 979a59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'yarn'

# パッケージをインストール
- name: Install dependencies
Expand Down
3 changes: 1 addition & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable react/no-unknown-property */
import type { Metadata } from 'next'
import './globals.css'
import '@mantine/core/styles.css'
Expand Down Expand Up @@ -40,7 +39,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<meta charSet='utf-8' />
<ColorSchemeScript />
</head>
<head prefix='og: https://ogp.me/ns#'>
<head>
<meta property='og:site_name' content="Daichi Kato's Portfolio" />
<meta property='og:title' content="Daichi Kato's Portfolio" />
<meta property='og:url' content='https://porink0424.github.io/portfolio/' />
Expand Down

0 comments on commit 979a59f

Please sign in to comment.