정적 이미지 경로를 assets로 이동
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
property="og:description"
|
||||
content="10분 단위로 하루를 기록하고 계획하는 차분한 종이 다이어리형 플래너입니다."
|
||||
/>
|
||||
<meta property="og:image" content="/og-image.png" />
|
||||
<meta property="og:image" content="/assets/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1731" />
|
||||
<meta property="og:image:height" content="909" />
|
||||
@@ -26,8 +26,8 @@
|
||||
name="twitter:description"
|
||||
content="10분 단위로 하루를 기록하고 계획하는 차분한 종이 다이어리형 플래너입니다."
|
||||
/>
|
||||
<meta name="twitter:image" content="/og-image.png" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="twitter:image" content="/assets/og-image.png" />
|
||||
<link rel="icon" type="image/png" href="/assets/favicon.png" />
|
||||
<title>10 Minute Planner</title>
|
||||
</head>
|
||||
<body class="bg-stone-100">
|
||||
|
||||
Reference in New Issue
Block a user