- Astro 静态网站 - 首页、学习产品介绍 - 等待名单表单 - 隐私政策、用户协议、支持、下载、更新日志页面 - SEO 优化 (sitemap, robots, OG)
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
# Environment Variables
|
|
|
|
# Site URL (for SEO and sitemap)
|
|
SITE_URL=http://localhost:4321
|
|
|
|
# Server Configuration
|
|
HOST=localhost
|
|
PORT=4321
|
|
|
|
# API endpoints (for future backend integration)
|
|
# API_URL=https://api.longde.cloud |