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 c73de2b..a75c709 100755 Binary files a/bun.lockb and b/bun.lockb differ 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