nextjs-experiments/next.config.mjs
Felix Dürrwald 5bf14e956f
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 43s
Add demo action
2024-06-08 08:16:21 +02:00

7 lines
119 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;