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 96ac336 commit 683b9b3Copy full SHA for 683b9b3
src/html.js
@@ -7,7 +7,7 @@ const JS_NPM_URLS = [
7
export default class HTML extends React.Component {
8
render() {
9
return (
10
- <html lang="en" {...this.props.htmlAttributes}>
+ <html lang="ja" {...this.props.htmlAttributes}>
11
<head>
12
{JS_NPM_URLS.map(url => (
13
<link key={url} rel="preload" href={url} as="script" />
0 commit comments