Remove frontend

This commit is contained in:
Sam
2024-12-31 15:03:19 +10:00
parent 9a131c8569
commit d69622760d
85 changed files with 0 additions and 15596 deletions
-25
View File
@@ -1,25 +0,0 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: (config) => {
config.resolve.alias.canvas = false;
return config;
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "**",
},
],
},
env: {
BASE_PATH: "ProxmoxVE",
},
output: "export",
basePath: `/ProxmoxVE`,
};
export default nextConfig;