fix: add meta tag to prevent translation by Google

This commit is contained in:
Firman Ramdhani
2026-07-06 15:23:46 +07:00
parent a43ea0697a
commit 430b231360
+2 -1
View File
@@ -1,9 +1,10 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en" translate="no">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate" />
<title>Vite + React</title> <title>Vite + React</title>
</head> </head>
<body> <body>