Skip to content

Commit

Permalink
feat(spa): no translate
Browse files Browse the repository at this point in the history
  • Loading branch information
uonr committed Aug 24, 2024
1 parent f72475e commit eb5f113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spa/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Html, Head, Main, NextScript } from 'next/document';

export default function Document() {
return (
<Html lang="" className="bg-bg text-text-base">
<Html lang="" translate="no" className="bg-bg text-text-base">
<Head />
<body>
<Main />
Expand Down

0 comments on commit eb5f113

Please sign in to comment.