From 8552fd4239d345752d41180a2543ba4374d48dfb Mon Sep 17 00:00:00 2001 From: ascpixi <44982772+ascpixi@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:43:44 +0100 Subject: [PATCH 01/33] fix: remove weird invisible character from robots.txt --- public/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index a724b19..0666ad5 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,6 +1,6 @@ User-agent: anthropic-ai Disallow: / -‍User-agent: Claude-Web +User-agent: Claude-Web Disallow: / User-agent: ClaudeBot Disallow: / From 40ef37446c9675feff412af7dbde73027e8f34ff Mon Sep 17 00:00:00 2001 From: ascpixi <44982772+ascpixi@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:47:07 +0100 Subject: [PATCH 02/33] fix: address Lighthouse concerns --- index.html | 2 ++ src/App.tsx | 6 ++++-- src/components/CheckboxField.tsx | 1 + src/components/Link.tsx | 6 ++++-- src/components/SelectField.tsx | 1 + src/components/SliderField.tsx | 1 + 6 files changed, 13 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ff73cb5..be2cf77 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,8 @@ + + diff --git a/src/App.tsx b/src/App.tsx index d8e5b2e..7b23b55 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -433,6 +433,7 @@ export default function App() {