update pay function
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// 开发环境先不设置 basePath,方便测试
|
||||
// basePath: '/ai-chat',
|
||||
// assetPrefix: '/ai-chat/',
|
||||
// 设置 basePath 和 assetPrefix 以支持子路径部署
|
||||
basePath: '/ai-chat',
|
||||
assetPrefix: '/ai-chat',
|
||||
|
||||
// 启用严格模式
|
||||
reactStrictMode: true,
|
||||
|
||||
Reference in New Issue
Block a user