Update default rss feed value with homarr releases

This commit is contained in:
ajnart
2023-04-05 14:25:32 +09:00
parent 405219c081
commit 0c99b77843

View File

@@ -16,11 +16,7 @@ import {
Title,
createStyles,
} from '@mantine/core';
import {
IconClock,
IconRefresh,
IconRss,
} from '@tabler/icons';
import { IconClock, IconRefresh, IconRss } from '@tabler/icons';
import { useQuery } from '@tanstack/react-query';
import dayjs from 'dayjs';
import { useTranslation } from 'next-i18next';
@@ -34,7 +30,7 @@ const definition = defineWidget({
options: {
rssFeedUrl: {
type: 'multiple-text',
defaultValue: [],
defaultValue: ['https://github.com/ajnart/homarr/tags.atom'],
},
},
gridstack: {