mirror of
https://github.com/LiuYuYang01/ThriveX-Blog.git
synced 2026-06-20 14:36:09 +08:00
10 lines
262 B
JavaScript
10 lines
262 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
// 配置环境变量
|
|
env: {
|
|
GAODE_KEY_CODE: "455e8ada6799412070c1156c6936b7c4",
|
|
GAODE_SECURITYJS_CODE: "c8c59309d679d989a8a56461956cdd38",
|
|
}
|
|
};
|
|
|
|
export default nextConfig; |