mirror of
https://github.com/layer-systems/website.git
synced 2026-09-13 06:07:29 +02:00
Rebrand page title and metadata to LAYER.systems
The site ships on layer.systems, so the document title, meta and OG description, and the web manifest now carry that name instead of "Nostr OS". OsShell sets the title at runtime, so it is updated too — otherwise the tab would fall back to the old branding after hydration. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014YtQoCzkP7Bo8nruhxojPi
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:">
|
||||
<title>Nostr OS — a desktop for Nostr</title>
|
||||
<meta name="description" content="A Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.">
|
||||
<title>LAYER.systems</title>
|
||||
<meta name="description" content="LAYER.systems — a Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.">
|
||||
<meta name="theme-color" content="#8b5cf6">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Nostr OS — a desktop for Nostr">
|
||||
<meta property="og:description" content="A Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.">
|
||||
<meta property="og:title" content="LAYER.systems">
|
||||
<meta property="og:description" content="LAYER.systems — a Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.">
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Nostr OS — a desktop for Nostr",
|
||||
"short_name": "Nostr OS",
|
||||
"description": "A Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.",
|
||||
"name": "LAYER.systems",
|
||||
"short_name": "LAYER.systems",
|
||||
"description": "LAYER.systems — a Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#f4f1ec",
|
||||
|
||||
@@ -80,7 +80,7 @@ export function OsShell({ boot, syncUrl = false }: OsShellProps) {
|
||||
const app = focused ? getApp(focused.appId) : undefined;
|
||||
|
||||
useSeoMeta({
|
||||
title: focused ? `${focused.title} — Nostr OS` : 'Nostr OS — a desktop for Nostr',
|
||||
title: focused ? `${focused.title} — LAYER.systems` : 'LAYER.systems',
|
||||
description:
|
||||
app?.description ??
|
||||
'A desktop-style Nostr client: every app is a window you can move, resize and stack.',
|
||||
|
||||
Reference in New Issue
Block a user