mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat: add feed sitemap generation plugin and update site URL in config
- Introduced a new Vite plugin for generating RSS feeds and sitemaps based on photo data. - Updated the example configuration file to reflect the new site URL format. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "Innei's Photo Gallery",
|
||||
"title": "Innei's Photo Gallery",
|
||||
"description": "Capturing beautiful moments in life, documenting daily warmth and emotions through my lens.",
|
||||
"url": "https://gallery.innei.in",
|
||||
"url": "https://afilmory.innei.in/",
|
||||
"accentColor": "#007bff",
|
||||
"author": {
|
||||
"name": "Photo Gallery",
|
||||
@@ -10,9 +10,7 @@
|
||||
"avatar": "//cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
|
||||
},
|
||||
"social": {
|
||||
"twitter": "@__oQuery"
|
||||
},
|
||||
"extra": {
|
||||
"accessRepo": true
|
||||
"twitter": "@__oQuery",
|
||||
"github": "Innei"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user