more cleanup

This commit is contained in:
Chad Bailey
2025-02-06 01:31:05 +00:00
parent fb0a1548ab
commit 38c62a7db3

View File

@@ -1,15 +0,0 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
async rewrites() {
return [
{
source: "/:path*",
destination: "http://localhost:7860/:path*",
},
];
},
};
export default nextConfig;