net/rfront/next.config.js

4 lines
86 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
module.exports = {
output: "standalone",
2024-05-03 21:54:43 -04:00
};