Files
retake.fr/next.config.js
2024-12-18 22:52:39 +01:00

4 lines
90 B
JavaScript

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