We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae32de7 commit d207fbeCopy full SHA for d207fbe
1 file changed
src/frontend/src/core/helmet/helmet.tsx
@@ -10,7 +10,7 @@ export const Helmet = ({
10
description = "로스트아크 컨텐츠별 시급 정보를 제공하는 사이트입니다.",
11
}: HelmetProps) => {
12
const fullTitle = `${title} | 로직장`;
13
- const keywords = "로스트아크, Lost Ark, 시급, 보상, 게임, MMORPG";
+ const keywords = "로스트아크, Lost Ark, 시급, 로아, 쌀먹, 보상, 게임, MMORPG";
14
const image = "/loa-work-favicon.png";
15
const currentUrl = window.location.href;
16
0 commit comments