geosphere-maps/next.config.js

7 lines
119 B
JavaScript
Raw Normal View History

2023-07-28 06:30:40 +00:00
/** @type {import('next').NextConfig} */
2023-09-22 09:33:13 +00:00
const nextConfig = {
output: 'standalone',
};
2023-07-28 06:30:40 +00:00
2023-09-22 09:33:13 +00:00
module.exports = nextConfig;