add maxkb url
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-01-03 23:23:18 +08:00
parent aa0e71ce94
commit 73f09a9c99
6 changed files with 14 additions and 14 deletions

1
src/env.d.ts vendored
View File

@@ -2,6 +2,7 @@ interface ImportMetaEnv {
readonly PUBLIC_WEB_URL: string
readonly PUBLIC_BASE_URL: string
readonly PUBLIC_ADMIN_URL: string
readonly PUBLIC_MAXKB_URL: string
}
interface ImportMeta {