From 1fdba3606bea338e6f662d95d75385a8c1b7dc64 Mon Sep 17 00:00:00 2001 From: ikkz Date: Tue, 11 Feb 2025 16:39:08 +0800 Subject: [PATCH] feat: improve site seo --- package.json | 1 + playground/index.html | 6 +++++- playground/src/const.ts | 2 ++ playground/src/main.tsx | 5 ++++- playground/src/pages/docs/[id].tsx | 5 +++++ playground/src/pages/index.tsx | 9 +++++++++ pnpm-lock.yaml | 27 +++++++++++++++++++++++++++ 7 files changed, 53 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ed51711..ae203c0 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-error-boundary": "^4.1.1", + "react-helmet-async": "^2.0.5", "react-quill": "^2.0.0", "react-router": "^7.1.5", "react-router-dom": "^7.1.5", diff --git a/playground/index.html b/playground/index.html index aac21b7..0fe1f13 100644 --- a/playground/index.html +++ b/playground/index.html @@ -6,7 +6,11 @@ name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> - ikkz Template Playground + ikkz Template +