mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-06-05 18:11:10 +02:00
Update title and description in index.html and manifest.webmanifest for consistency
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Zelo News</title>
|
||||
<meta name="description" content="A Nostr-powered news platform" />
|
||||
<title>zelo.news - Your Source for Decentralized News</title>
|
||||
<meta name="description" content="Your Source for Decentralized News" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Zelo News" />
|
||||
<meta property="og:description" content="A Nostr-powered news platform" />
|
||||
<meta property="og:title" content="zelo.news - Your Source for Decentralized News" />
|
||||
<meta property="og:description" content="Your Source for Decentralized News" />
|
||||
<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:">
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
</head>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Zelo News",
|
||||
"short_name": "Zelo",
|
||||
"description": "A Nostr-powered news platform",
|
||||
"name": "zelo.news",
|
||||
"short_name": "zelo",
|
||||
"description": "Your Source for Decentralized News",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
|
||||
Reference in New Issue
Block a user