geosphere-maps/next.config.js
2023-10-25 14:51:44 +02:00

7 lines
122 B
JavaScript

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