Files
riotpiao.com/next.config.js
T

7 lines
119 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;