client: update default url for RSS widget
This commit is contained in:
parent
c59d7fcd03
commit
c8500c529d
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ const name = "rssTicker";
|
|||
const widgetPropsDef = {
|
||||
url: {
|
||||
type: "string" as const,
|
||||
default: "http://feeds.afpbb.com/rss/afpbb/afpbbnews",
|
||||
default: "https://info.firefish.dev/@firefish.rss?noteintitle",
|
||||
},
|
||||
shuffle: {
|
||||
type: "boolean" as const,
|
||||
|
|
|
@ -46,7 +46,7 @@ const name = "rss";
|
|||
const widgetPropsDef = {
|
||||
url: {
|
||||
type: "string" as const,
|
||||
default: "http://feeds.afpbb.com/rss/afpbb/afpbbnews",
|
||||
default: "https://info.firefish.dev/@firefish.rss?noteintitle",
|
||||
},
|
||||
height: {
|
||||
type: "number" as const,
|
||||
|
|
Loading…
Reference in a new issue