update
This commit is contained in:
parent
955ae5b98a
commit
0472af280d
|
@ -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.
|
||||
|
|
9
src/public/robots.txt
Normal file
9
src/public/robots.txt
Normal file
|
@ -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: /
|
Reference in a new issue