mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
- 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>
7 lines
397 B
TypeScript
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"
|