mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
refactor: remove RSS support from social configuration
- Eliminated the RSS field from social settings in configuration files and UI schemas. - Updated related documentation and localization files to reflect the removal of RSS support. - Adjusted components to ensure compatibility with the updated social configuration. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -39,7 +39,6 @@ interface Author {
|
||||
interface Social {
|
||||
twitter?: string
|
||||
github?: string
|
||||
rss?: boolean
|
||||
}
|
||||
|
||||
const defaultConfig: SiteConfig = {
|
||||
|
||||
Reference in New Issue
Block a user