8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'standalone',
|
|
};
|
|
|
|
module.exports = nextConfig;
|
|
// trigger ci 2026年 8月31日 星期一 17时28分38秒 PDT
|