From 02c0382bca4befe1a7defd320243204b9300f988 Mon Sep 17 00:00:00 2001 From: padreug Date: Wed, 22 Jul 2026 14:48:24 +0200 Subject: [PATCH] chore: rename app from Boilerplate Website to Intro to Nostr Update the page , i18n app.title (en/es), and package name. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --- index.html | 2 +- package.json | 2 +- src/i18n/locales/en.json | 2 +- src/i18n/locales/es.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index edd4762..0548692 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Boilerplate Website + Intro to Nostr
diff --git a/package.json b/package.json index 482316c..4ae8f9e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "boilerplate-website", + "name": "nostrintro", "version": "0.1.0", "private": true, "type": "module", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 0917248..ccfc6c8 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -1,6 +1,6 @@ { "app": { - "title": "Boilerplate Website" + "title": "Intro to Nostr" }, "home": { "heading": "Welcome", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index aa552b4..a6b3015 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -1,6 +1,6 @@ { "app": { - "title": "Plantilla de Sitio Web" + "title": "Introducción a Nostr" }, "home": { "heading": "Bienvenido",