Skip to content

Commit

Permalink
fix: change page language to ko
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Nov 25, 2023
1 parent 96fd688 commit e4f7afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
---

<!doctype html>
<html lang="en">
<html lang="ko">
<head>
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
</head>
Expand Down

0 comments on commit e4f7afb

Please sign in to comment.