mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
Update default rss feed value with homarr releases
This commit is contained in:
@@ -16,11 +16,7 @@ import {
|
|||||||
Title,
|
Title,
|
||||||
createStyles,
|
createStyles,
|
||||||
} from '@mantine/core';
|
} from '@mantine/core';
|
||||||
import {
|
import { IconClock, IconRefresh, IconRss } from '@tabler/icons';
|
||||||
IconClock,
|
|
||||||
IconRefresh,
|
|
||||||
IconRss,
|
|
||||||
} from '@tabler/icons';
|
|
||||||
import { useQuery } from '@tanstack/react-query';
|
import { useQuery } from '@tanstack/react-query';
|
||||||
import dayjs from 'dayjs';
|
import dayjs from 'dayjs';
|
||||||
import { useTranslation } from 'next-i18next';
|
import { useTranslation } from 'next-i18next';
|
||||||
@@ -34,7 +30,7 @@ const definition = defineWidget({
|
|||||||
options: {
|
options: {
|
||||||
rssFeedUrl: {
|
rssFeedUrl: {
|
||||||
type: 'multiple-text',
|
type: 'multiple-text',
|
||||||
defaultValue: [],
|
defaultValue: ['https://github.com/ajnart/homarr/tags.atom'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gridstack: {
|
gridstack: {
|
||||||
|
|||||||
Reference in New Issue
Block a user