next-bruh/next.config.js

5 lines
86 B
JavaScript
Raw Permalink Normal View History

2023-08-13 09:14:43 +00:00
/** @type {import('next').NextConfig} */
module.exports = {
output: 'standalone',
}