Skip to content

Commit

Permalink
fix(translate): prevent auto-translate (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen authored Jul 4, 2024
1 parent 27178d2 commit 9922648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const RootLayout: FC<Props> = ({ children }) => {
const isProd = process.env.NODE_ENV === 'production'

return (
<html lang="en">
<html lang="en" translate="no">
<head>
{/* React Slick CSS */}
<link
Expand Down

0 comments on commit 9922648

Please sign in to comment.