mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
chore: rename project to Afilmory and update related configurations
- Changed project name and title from "Photo Gallery" to "Afilmory" across multiple files including configuration, README, and web manifest. - Updated descriptions and URLs to reflect the new branding. - Adjusted OG image plugin and favicon generation scripts to align with the new project name. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -13,9 +13,9 @@ interface OGImagePluginOptions {
|
||||
|
||||
export function ogImagePlugin(options: OGImagePluginOptions = {}): Plugin {
|
||||
const {
|
||||
title = 'Photo Gallery',
|
||||
description = 'Beautiful photo collection and gallery',
|
||||
siteName = 'Photo Gallery',
|
||||
title = 'Afilmory',
|
||||
description = 'Capturing beautiful moments in life, documenting daily warmth and emotions through my lens.',
|
||||
siteName = 'Afilmory',
|
||||
siteUrl,
|
||||
} = options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user