修改配置文件

This commit is contained in:
2026-06-18 21:59:07 +08:00 Unverified
parent fc76f9949f
commit ed2ef30d22
23 changed files with 270 additions and 137 deletions
+7
View File
@@ -1,2 +1,9 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
declare module '*.mjs' {
export const siteConfig: any;
export const publicSiteConfig: any;
const value: any;
export default value;
}