fix: text color on some pages

chore: add compression for lighthouse, meta tags
feat: near perfect lighthouse scores????
This commit is contained in:
incognitotgt 2024-01-30 22:48:26 -05:00
parent 9593a0e46b
commit ef06e6e6a3
5 changed files with 11 additions and 7 deletions

View file

@ -11,7 +11,8 @@ const theme = localStorage.getItem("theme") || "main";
export default function App() {
return (
<div>
<Meta />
{window.location.origin === "https://nebulaproxy.io" && <Meta />}
{/* {window.location.origin === "http://localhost:8080" && <Meta />} */}
<Helmet>
<link rel="stylesheet" href={"/themes/" + theme + ".css"}></link>
<link rel="stylesheet" href="/themes/main.css"></link>