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:
Innei
2025-06-13 01:15:41 +08:00
parent 9bc692998a
commit 8b57c878e8
8 changed files with 16 additions and 28 deletions

View File

@@ -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