chore: rename app from Boilerplate Website to Intro to Nostr

Update the page <title>, i18n app.title (en/es), and package name.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
padreug 2026-07-22 14:48:24 +02:00
commit 02c0382bca
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Boilerplate Website</title> <title>Intro to Nostr</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View file

@ -1,5 +1,5 @@
{ {
"name": "boilerplate-website", "name": "nostrintro",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"type": "module", "type": "module",

View file

@ -1,6 +1,6 @@
{ {
"app": { "app": {
"title": "Boilerplate Website" "title": "Intro to Nostr"
}, },
"home": { "home": {
"heading": "Welcome", "heading": "Welcome",

View file

@ -1,6 +1,6 @@
{ {
"app": { "app": {
"title": "Plantilla de Sitio Web" "title": "Introducción a Nostr"
}, },
"home": { "home": {
"heading": "Bienvenido", "heading": "Bienvenido",