From 8f9dc59583e762f4196ace4a28cd9965ae5587d0 Mon Sep 17 00:00:00 2001
From: dvelo <52332868+DeveloLongScript@users.noreply.github.com>
Date: Sat, 1 Mar 2025 17:23:46 -0600
Subject: [PATCH] fix(www): remove nextjs content collections
---
apps/www/next.config.mjs | 4 +---
apps/www/src/components/ServerCustomize.tsx | 24 +++++----------------
2 files changed, 6 insertions(+), 22 deletions(-)
diff --git a/apps/www/next.config.mjs b/apps/www/next.config.mjs
index 74bb6dc..b177fea 100644
--- a/apps/www/next.config.mjs
+++ b/apps/www/next.config.mjs
@@ -28,8 +28,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-import { withContentCollections } from "@content-collections/next";
-
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
@@ -57,4 +55,4 @@ const nextConfig = {
},
};
-export default withContentCollections(nextConfig);
+export default nextConfig;
diff --git a/apps/www/src/components/ServerCustomize.tsx b/apps/www/src/components/ServerCustomize.tsx
index 4e2cf96..7d15b76 100644
--- a/apps/www/src/components/ServerCustomize.tsx
+++ b/apps/www/src/components/ServerCustomize.tsx
@@ -181,11 +181,8 @@ export default function ServerCustomize({
Is this server in violation of the ECA?
Is this server in violation of the{" "}
-
- External Content Agreement (aka ECA)
-
- ? You can report the server to remove the customizations from the
- server.
+ MHSF Rules? You can report the
+ server to remove the customizations from the server.