next-url-shortener/next.config.js
2024-02-16 03:32:32 -08:00

6 lines
116 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
}
module.exports = nextConfig