FUJI/src/consts.ts
Clas Wen c8eb20e13f Refactor blog structure and update navigation
- Replace archive page with new blog page
- Update navigation links from /archive to /blog
- Extract CA logo and iCal URLs to constants
- Update references throughout codebase to use new constants

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 16:12:01 +08:00

7 lines
397 B
TypeScript

export const SITE_TITLE = `拔电关机`
export const SITE_EMAIL = "contact@nbtca.space"
export const SITE_NAME = "NingboTech University, Computer Association"
export const SITE_DESCRIPTION = "Computer Association"
export const SITE_URL = import.meta.env.PUBLIC_SITE_URL
export const CA_LOGO_URL = "https://oss.nbtca.space/CA-logo.svg"
export const CA_PUBLIC_ICAL_URL = "https://ical.nbtca.space"