geosphere-maps/next.config.js

7 lines
122 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 = {
2023-10-25 12:51:44 +00:00
// output: 'standalone',
2023-09-22 09:33:13 +00:00
};
2023-07-28 06:30:40 +00:00
2023-09-22 09:33:13 +00:00
module.exports = nextConfig;