Files
Portfolio/next.config.ts
2026-01-22 20:55:07 +00:00

12 lines
180 B
TypeScript

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