Skip to content

Commit cea57c5

Browse files
committed
feat: Change HTML lang from en to ja
1 parent 96ac336 commit cea57c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const JS_NPM_URLS = [
77
export default class HTML extends React.Component {
88
render() {
99
return (
10-
<html lang="en" {...this.props.htmlAttributes}>
10+
<html lang="ja" {...this.props.htmlAttributes}>
1111
<head>
1212
{JS_NPM_URLS.map(url => (
1313
<link key={url} rel="preload" href={url} as="script" />

0 commit comments

Comments
 (0)