From 62ddabb9caab87ec5da742eed445c64d5abb1e31 Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 29 Jun 2023 23:26:20 +0900 Subject: [PATCH] feat: tidy up title & meta tags --- apps/blog/package.json | 2 +- apps/blog/public/index.html | 13 +++++--- apps/blog/src/App.tsx | 14 +++------ apps/blog/src/index.tsx | 5 +-- apps/blog/src/pages/Home/Home.tsx | 12 +++---- apps/blog/src/pages/NotFound.tsx | 18 +++-------- apps/blog/src/pages/Page/Page.tsx | 13 +++----- apps/blog/src/pages/Search/Search.tsx | 9 +++--- apps/main/src/app.html | 13 ++++++-- apps/portfolio/index.html | 9 ++++-- apps/portfolio/src/App.tsx | 1 + apps/portfolio/src/routes/Home/Home.tsx | 3 +- apps/portfolio/src/routes/Loading.tsx | 3 +- .../src/routes/NotFound/NotFound.tsx | 4 +++ pnpm-lock.yaml | 31 ++----------------- 15 files changed, 60 insertions(+), 90 deletions(-) diff --git a/apps/blog/package.json b/apps/blog/package.json index 5bac49d..4bae86d 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -21,6 +21,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "elasticlunr": "^0.9.5", "highlight.js": "^11.7.0", + "hoofd": "^1.7.0", "katex": "^0.16.4", "local-storage-fallback": "^4.1.2", "react": "^18.2.0", @@ -30,7 +31,6 @@ "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.2.0", - "react-helmet-async": "^1.3.0", "react-router-dom": "^6.4.5", "react-scripts": "^5.0.1", "react-select": "^5.7.0", diff --git a/apps/blog/public/index.html b/apps/blog/public/index.html index aea458d..eadd3b6 100644 --- a/apps/blog/public/index.html +++ b/apps/blog/public/index.html @@ -4,12 +4,17 @@ - - - - + pomp + + + + + + + +