Fixed the meta charset utf-8 issue
This commit is contained in:
@@ -5,7 +5,7 @@ export function GithubBanner() {
|
||||
return (
|
||||
<div className="flex items-center justify-center w-full h-14 bg-indigo-600">
|
||||
<div className="flex items-center">
|
||||
<Body className="mr-3 text-xl text-white">Star us on Github 👉</Body>
|
||||
<Body className="mr-3 text-xl text-white">Star us on GitHub 👉</Body>
|
||||
<GithubStar />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -23,7 +23,6 @@ export const meta: MetaFunction = ({ location }) => {
|
||||
"JSON Hero makes reading and understand JSON files easy by giving you a clean and beautiful UI packed with extra features.";
|
||||
return {
|
||||
title: "JSON Viewer - JSON Hero",
|
||||
charset: "utf-8",
|
||||
viewport: "width=device-width,initial-scale=1",
|
||||
description,
|
||||
"og:image": `https://jsonhero.io/images/opengraph.png`,
|
||||
@@ -72,6 +71,7 @@ function App() {
|
||||
<html lang="en" className={clsx(theme)}>
|
||||
<head>
|
||||
<Meta />
|
||||
<meta charSet="utf-8" />
|
||||
<Links />
|
||||
<NonFlashOfWrongThemeEls ssrTheme={Boolean(theme)} />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user