From 5bee7c1d525425b32d7ccb16e53e3d77c691ac97 Mon Sep 17 00:00:00 2001 From: umsungjun Date: Thu, 5 Feb 2026 09:33:52 +0900 Subject: [PATCH 1/3] feat: add robots.txt for example project --- examples/basic/public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/basic/public/robots.txt diff --git a/examples/basic/public/robots.txt b/examples/basic/public/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/examples/basic/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file From 9d4d433b0c719cb6c99db26c279eb720271ebed5 Mon Sep 17 00:00:00 2001 From: umsungjun Date: Thu, 5 Feb 2026 09:37:31 +0900 Subject: [PATCH 2/3] feat: add Twitter meta tags to basic example --- examples/basic/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/basic/index.html b/examples/basic/index.html index 8644889..4206819 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -19,6 +19,13 @@ + + + +
From 0ae5a9d216c21416923cfcac6b0c38cd2d2faffd Mon Sep 17 00:00:00 2001 From: umsungjun Date: Thu, 5 Feb 2026 09:55:29 +0900 Subject: [PATCH 3/3] feat: add Google site verification meta tag to basic example --- examples/basic/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/basic/index.html b/examples/basic/index.html index 4206819..f0be234 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -26,6 +26,10 @@ content="(main) A CSR-only React head manager that prevents duplicate meta tags." /> +