portfolio/next.config.ts
GeorgeWebberley 7ef9a86d3e
Some checks failed
ci/woodpecker/release/woodpecker Pipeline failed
Initial commit, with basic home page and CICD setup
2026-01-26 15:39:35 +01:00

8 lines
128 B
TypeScript

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