portfolio/next.config.ts
Chneemann 28e734897c
Some checks failed
Deploy Frontend to VPS / deploy (push) Failing after 1s
ci: add automated SSH deployment workflow
2026-07-30 11:29:24 +02:00

10 lines
181 B
TypeScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
trailingSlash: false,
images: {
unoptimized: true,
},
};
export default nextConfig;