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:
parent
abbfcaf3ef
commit
02c0382bca
4 changed files with 4 additions and 4 deletions
|
|
@ -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</title>
|
||||
<title>Intro to Nostr</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "boilerplate-website",
|
||||
"name": "nostrintro",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"app": {
|
||||
"title": "Boilerplate Website"
|
||||
"title": "Intro to Nostr"
|
||||
},
|
||||
"home": {
|
||||
"heading": "Welcome",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"app": {
|
||||
"title": "Plantilla de Sitio Web"
|
||||
"title": "Introducción a Nostr"
|
||||
},
|
||||
"home": {
|
||||
"heading": "Bienvenido",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue