kms-activation-guide/next.config.ts
FlintyLemming 00630209f1 init
2024-12-09 17:29:54 +08:00

9 lines
157 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
/* config options here */
};
export default nextConfig;