diff --git a/client/components/SEO.tsx b/client/components/SEO.tsx index a3cecbee..60cc4ee0 100644 --- a/client/components/SEO.tsx +++ b/client/components/SEO.tsx @@ -30,7 +30,7 @@ export default function SEO({ noIndex, }: SEOProps) { useEffect(() => { - const title = `AeThex | ${pageTitle}`; + const title = `[DEV] AeThex | ${pageTitle}`; document.title = title; if (canonical) { diff --git a/index.html b/index.html index 50d62c1c..276014fd 100644 --- a/index.html +++ b/index.html @@ -4,23 +4,23 @@ -