ProxMenux/web/web/next.config.js
2025-02-13 23:04:40 +01:00

13 lines
210 B
JavaScript

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