Files
ThriveX-Blog/next.config.mjs
宇阳 68f37d08d8 ....
2024-09-11 20:06:05 +08:00

10 lines
262 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
// 配置环境变量
env: {
GAODE_KEY_CODE: "455e8ada6799412070c1156c6936b7c4",
GAODE_SECURITYJS_CODE: "c8c59309d679d989a8a56461956cdd38",
}
};
export default nextConfig;