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, 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: {