ProxMenux/web/web/next.config.js

13 lines
210 B
JavaScript
Raw Normal View History

2025-02-13 23:04:40 +01:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
images: {
unoptimized: true,
},
assetPrefix: "/ProxMenux/",
basePath: "/ProxMenux",
}
module.exports = nextConfig