From 0472af280d2be809b8cc9ac792fe801ce1cdf934 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 22 Jun 2024 16:52:45 -0400 Subject: [PATCH] update --- README.md | 6 +++++- bun.lockb | Bin 244923 -> 244923 bytes src/public/robots.txt | 9 +++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/public/robots.txt diff --git a/README.md b/README.md index 4bc78b8..173b9f7 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,17 @@ This repo is only a proof of concept to see how Poke will run in Astro. A lot of - [ ] Russian - [x] Japanese - [ ] Inline Player + - [ ] Search + - Filters + - Auto Complete + - Platform Toggle (Web/Youtube/Twitch) - [ ] User Settings - [ ] Invidious Server - [ ] Proxy - [ ] Video Player - [ ] Theme - [ ] Import/Export YouTube Subscription (may need entire new account system, heck!) - - [ ] Add Twitch Support, use [SafeTwitch Backend](https://codeberg.org/SafeTwitch/safetwitch-backend) + - [x] Add Twitch Support, use [SafeTwitch Backend](https://codeberg.org/SafeTwitch/safetwitch-backend) ## Build > Instructions assume you're using Bun as the package manager, which is preferred for Astro projects. diff --git a/bun.lockb b/bun.lockb index c73de2b6d2e6c15af6e511124feac8e9ae708277..a75c709a7aaecff9d09dd0d32b9fd2ed1e283963 100755 GIT binary patch delta 32 ncmdn}lW+G=zJ?aYEliOO9E@?MdIoxirtOIhOxqJ1n4@d}(J2c; delta 32 jcmdn}lW+G=zJ?aYEliOO983%l(4N@9v^}wbIm!kAyK)J> diff --git a/src/public/robots.txt b/src/public/robots.txt new file mode 100644 index 0000000..67428a8 --- /dev/null +++ b/src/public/robots.txt @@ -0,0 +1,9 @@ +User-agent: Applebot +User-agent: Googlebot +User-agent: bingbot +User-agent: Yandex +User-agent: Yeti +User-agent: Baiduspider +User-agent: 360Spider +User-agent: * +Disallow: / \ No newline at end of file