This commit is contained in:
parent
261c4a8c4e
commit
e67581b032
@ -23,6 +23,7 @@ Live Instance: [poster.place](https://poster.place)
|
||||
* ChakraUI is the default theme
|
||||
* Signup Process guides users to set [Poster.place](https://relay.poster.place) as default relay and removes Relay Configuration Part
|
||||
* Set Blue Images and Hide Images to false
|
||||
* Hard-coded Poster.places's Invidous Instance
|
||||
|
||||
## A Browser Extension is Required to Log in.
|
||||
|
||||
|
@ -86,7 +86,7 @@ export const defaultSettings: AppSettings = {
|
||||
corsProxy: "",
|
||||
twitterRedirect: undefined,
|
||||
redditRedirect: undefined,
|
||||
youtubeRedirect: undefined,
|
||||
youtubeRedirect: "https://invidious.poster.place",
|
||||
};
|
||||
|
||||
export function upgradeSettings(settings: { version: number }): AppSettings | null {
|
||||
|
Loading…
Reference in New Issue
Block a user