geosphere-maps/next.config.js
Thomas Fuhrmann 6ab4bb6daa First commit
2023-09-22 11:33:13 +02:00

6 lines
119 B
JavaScript

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