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

12 lines
209 B
JavaScript

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