Files
gitlab-instance-0a899031_cn…/config/site.config.ts
2026-03-09 00:05:00 -05:00

17 lines
458 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 游牧中国站点配置 - Nomad OS
*/
export const SITE_CONFIG = {
meta: {
title: "游牧中国 NomadCNA - 数字游民生活操作系统",
description:
"数字游民的一站式生活操作系统:城市决策、税务签证、智能匹配、赏金任务。从 Free 到 Pro开启你的游牧人生",
},
tagline: "Nomad OS · 你的下一站,由数据决定",
};
export function getSiteConfig() {
return SITE_CONFIG;
}