Dagemark-Webapp/next.config.ts
2026-01-18 03:18:26 +00:00

9 lines
157 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
// assetPrefix: '/home',
};
export default nextConfig;