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 @@