client: update default url for RSS widget

This commit is contained in:
naskya 2024-07-02 23:45:01 +09:00
parent c59d7fcd03
commit c8500c529d
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,