#1 大幅改进页面显示效果 (#1)

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 00:39:20 +08:00
parent 2a9f8d6a9c
commit e087dd46e2
28 changed files with 400 additions and 1366 deletions
+2 -3
View File
@@ -13,9 +13,8 @@ const publicRoutes = [
function getSiteUrl() {
const explicitUrl = process.env.VITE_SITE_URL
const vercelUrl = process.env.VERCEL_PROJECT_PRODUCTION_URL
const siteUrl = explicitUrl || (vercelUrl ? `https://${vercelUrl}` : 'https://cloud.catpl.dev')
return siteUrl.replace(/\/$/, '')
const siteUrl = explicitUrl
return siteUrl
}
function seoFilesPlugin() {