From 0646b4471216693a288ba30c82f279fadd0850ac Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 10 Oct 2023 23:42:11 +0200 Subject: [PATCH] feat: update server setup examples about & index.html --- routes/[...index].ts | 1 - src/pages/about.html | 7 ++++++- src/pages/index.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/routes/[...index].ts b/routes/[...index].ts index a2a6cf1..36b00f2 100644 --- a/routes/[...index].ts +++ b/routes/[...index].ts @@ -96,7 +96,6 @@ function doSetUp(html: string) { value = value.replace(/\s/g, ""); html = html.replace(key, setupMap[value]); } - console.log("---------"); return html; } diff --git a/src/pages/about.html b/src/pages/about.html index d4cb62b..8a39f7a 100644 --- a/src/pages/about.html +++ b/src/pages/about.html @@ -6,10 +6,15 @@ top about - Home + {{homeLabel}}

{{greeting}}!!! Top Level About

diff --git a/src/pages/index.html b/src/pages/index.html index d084195..72c8a2b 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -15,7 +15,7 @@ - {{ count }} + {{ count + 123 }} {{greeting}} hey