File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616jobs :
1717 i :
1818 timeout-minutes : 60
19- runs-on : ${{ inputs.screen-snapshot && ' macos-latest' || 'ubuntu-latest' }}
19+ runs-on : macos-latest
2020 env :
2121 TZ : Asia/Seoul
2222
Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ export default function RootLayout({
4444
4545export const metadata : Metadata = {
4646 metadataBase : new URL ( MyProfile . blog . href ) ,
47+ verification : {
48+ other : {
49+ 'naver-site-verification' : 'bcdb5cf57aa9c7e527e4f53872d80218e957e9a6' ,
50+ } ,
51+ } ,
4752 authors : [ { name : '1ilsang' } ] ,
4853 keywords : MetaKeywords . HOME ,
4954 title : MetaTitle . HOME ,
Original file line number Diff line number Diff line change 11import { type Metadata , type NextPage } from 'next' ;
22import { MyProfile } from '~/about/headline/data/profile' ;
3+ import { MetaTitle } from '~/shared/constants/blog' ;
34
45import { PostContainer } from '~/post/Container' ;
56import type { PostType } from '~/posts/models' ;
@@ -93,6 +94,8 @@ export async function generateMetadata({
9394 openGraph : {
9495 title,
9596 description,
97+ siteName : MetaTitle . HOME ,
98+ locale : 'ko_KR' ,
9699 url : `${ href } /posts/${ slug } ` ,
97100 images : [ { url : `${ href } ${ coverImage } ` , alt : 'cover' } ] ,
98101 type : 'article' ,
You can’t perform that action at this time.
0 commit comments