All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 43s
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'standalone',
|
|
};
|
|
|
|
export default nextConfig;
|