mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
fix: text color on some pages
chore: add compression for lighthouse, meta tags feat: near perfect lighthouse scores????
This commit is contained in:
parent
9593a0e46b
commit
ef06e6e6a3
5 changed files with 11 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue