Files
riotpiao.com/next.config.js
T

8 lines
181 B
JavaScript
Raw Normal View History

2026-08-18 18:33:49 -07:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
module.exports = nextConfig;
2026-08-31 17:28:38 -07:00
// trigger ci 2026年 8月31日 星期一 17时28分38秒 PDT