From 5f29e5598694fd81d53dab7ff63096cd3e848597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fam=C3=A1=20Rom=C3=A1n?= Date: Fri, 9 Feb 2024 21:41:49 -0300 Subject: [PATCH] minor-feat: add & modified titles and descriptions --- package.json | 2 +- src/pages/404.astro | 2 +- src/pages/index.astro | 4 +++- src/pages/play.astro | 4 +++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 15bd2ac..fcb7bcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "tic-tac-toe-world", - "version": "1.2.9", + "version": "1.2.10", "scripts": { "dev": "astro dev --host", "start:build": "astro check && astro build && astro preview --host", diff --git a/src/pages/404.astro b/src/pages/404.astro index f977b4e..4fcdaea 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -5,7 +5,7 @@ import FramePage from "@/layouts/FramePage.astro";
diff --git a/src/pages/index.astro b/src/pages/index.astro index 78c258d..86fda6f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -93,7 +93,9 @@ export const sections: ISections = { }; --- - + {/* Header */} diff --git a/src/pages/play.astro b/src/pages/play.astro index a8121c9..fff9a8a 100644 --- a/src/pages/play.astro +++ b/src/pages/play.astro @@ -3,7 +3,9 @@ import Html from "@/layouts/LayoutHTML.astro"; import FramePage from "@/layouts/FramePage.astro"; import ConstructorGame from "@/components/react/ConstructorGame"; --- - +