Skip to content

Commit d207fbe

Browse files
committed
seo 키워드 추가
1 parent ae32de7 commit d207fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/core/helmet/helmet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Helmet = ({
1010
description = "로스트아크 컨텐츠별 시급 정보를 제공하는 사이트입니다.",
1111
}: HelmetProps) => {
1212
const fullTitle = `${title} | 로직장`;
13-
const keywords = "로스트아크, Lost Ark, 시급, 보상, 게임, MMORPG";
13+
const keywords = "로스트아크, Lost Ark, 시급, 로아, 쌀먹, 보상, 게임, MMORPG";
1414
const image = "/loa-work-favicon.png";
1515
const currentUrl = window.location.href;
1616

0 commit comments

Comments
 (0)