mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
|
|
/** @type {import('next').NextConfig} */
|
||
|
|
const nextConfig = {
|
||
|
|
output: 'standalone',
|
||
|
|
};
|
||
|
|
|
||
|
|
export default nextConfig;
|