mtg-visual-search/next.config.mjs

7 lines
115 B
JavaScript
Raw Normal View History

2024-05-23 21:18:39 +00:00
/** @type {import('next').NextConfig} */
2024-05-24 01:16:02 +00:00
const nextConfig = {
output: "standalone",
}
2024-05-23 21:18:39 +00:00
2024-05-24 01:16:02 +00:00
export default nextConfig