TS-Arena / next.config.ts
Henrik Albers
convert to next.js
42f149e
raw
history blame contribute delete
141 Bytes
/** @type {import('next').NextConfig} */
// next.config.js
module.exports = {
// ... rest of the configuration.
output: "standalone",
};