mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-29 16:16:05 +00:00
update
This commit is contained in:
11
web2/next.config.js
Normal file
11
web2/next.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export", // Forces static export for GitHub Pages
|
||||
trailingSlash: true, // Fixes route issues
|
||||
images: {
|
||||
unoptimized: true, // Fixes image loading issues on GitHub Pages
|
||||
},
|
||||
assetPrefix: process.env.NODE_ENV === "production" ? "/ProxMenux" : "",
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user