local-weather/next.config.mjs

7 lines
118 B
JavaScript
Raw Normal View History

2024-05-03 14:48:24 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone"
};
2024-05-03 14:48:24 +00:00
export default nextConfig;