From f8a415632bbbe08e51ac5944343cb0bbf092bf2f Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Sun, 24 May 2026 13:31:54 +0100 Subject: remove all except handbook --- communities/174bg/174bg.net/next.config.mjs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 communities/174bg/174bg.net/next.config.mjs (limited to 'communities/174bg/174bg.net/next.config.mjs') diff --git a/communities/174bg/174bg.net/next.config.mjs b/communities/174bg/174bg.net/next.config.mjs deleted file mode 100644 index df97a86..0000000 --- a/communities/174bg/174bg.net/next.config.mjs +++ /dev/null @@ -1,19 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - /* config options here */ - reactCompiler: true, - - // generate a minimal, production-ready Docker image with only the required runtime files and dependencies - output: "standalone", - - async rewrites() { - return [ - { - source: "/handbook/:path*", - destination: "/handbook/index.html", - }, - ]; - }, -}; - -export default nextConfig; -- cgit v1.2.3