geosphere-maps/next.config.js

7 lines
122 B
JavaScript
Raw Permalink Normal View History

2023-07-28 08:30:40 +02:00
/** @type {import('next').NextConfig} */
2023-09-22 11:33:13 +02:00
const nextConfig = {
2023-10-25 14:51:44 +02:00
// output: 'standalone',
2023-09-22 11:33:13 +02:00
};
2023-07-28 08:30:40 +02:00
2023-09-22 11:33:13 +02:00
module.exports = nextConfig;