ProxMenux/web/next.config.js
2025-02-13 17:28:49 +01:00

14 lines
228 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
images: {
unoptimized: true,
},
assetPrefix: "/ProxMenux/",
basePath: "/ProxMenux",
distDir: "out",
}
module.exports = nextConfig