mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-07-26 08:23:57 +08:00
chore: migrate to Bun, update deps and add Nuxt Fonts
- Replace pnpm with Bun (bun.lock, remove pnpm-lock.yaml) - Add @nuxt/fonts module and configure Iconify icons - Add NUXT_OG_IMAGE_SECRET for multi-instance OG image signing - Update dependencies to latest versions - Simplify Tailwind font configuration - Add trustedDependencies and overrides for unhead packages
This commit is contained in:
@@ -29,4 +29,7 @@ ADMIN_EMAIL=admin@example.com
|
||||
SENDER_EMAIL=sender@example.com
|
||||
|
||||
# 是否启用SSL
|
||||
SMTP_SECURE=true
|
||||
SMTP_SECURE=true
|
||||
|
||||
# OG Image Secret(用于多实例部署签名)
|
||||
NUXT_OG_IMAGE_SECRET=your-og-image-secret
|
||||
Reference in New Issue
Block a user