feat: add VITE_SEO_SITE_URL to environment configuration and update SEO component

This commit is contained in:
siujamo
2026-02-25 09:14:18 +08:00
parent d9860618f9
commit aed0f63429
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
// todo add env properties here
readonly VITE_SEO_SITE_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}