next-url-shortener/next.config.js
2025-03-06 01:33:58 -08:00

6 lines
118 B
JavaScript

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