fix(www): remove nextjs content collections

This commit is contained in:
dvelo 2025-03-01 17:23:46 -06:00
parent 43451a9a27
commit 8f9dc59583
2 changed files with 6 additions and 22 deletions

@ -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;

@ -181,11 +181,8 @@ export default function ServerCustomize({
Is this server in violation of the ECA?
</div>
Is this server in violation of the{" "}
<Link href="/docs/legal/external-content-agreement">
External Content Agreement (aka ECA)
</Link>
? You can report the server to remove the customizations from the
server.
<Link href="/docs/legal/rules">MHSF Rules</Link>? You can report the
server to remove the customizations from the server.
<Dialog>
<DialogTrigger>
<Button className="h-[30px] ml-2">Report</Button>
@ -329,10 +326,7 @@ export default function ServerCustomize({
Minehuts Terms of Service
</Link>{" "}
& the{" "}
<Link href="/docs/legal/external-content-agreement">
External Content Agreement
</Link>
.
<Link href="/docs/legal/rules">MHSF Rules</Link>.
</small>
</FormDescription>
<FormMessage />
@ -435,11 +429,7 @@ export default function ServerCustomize({
<Link href="https://imgur.com/tos">
Imgurs Terms of Service
</Link>{" "}
& the{" "}
<Link href="/docs/legal/external-content-agreement">
External Content Agreement
</Link>
.
& the <Link href="/docs/legal/rules">MHSF Rules</Link>.
</small>
</>
}
@ -467,11 +457,7 @@ export default function ServerCustomize({
<Link href="https://discord.com/terms/">
Discords Terms of Service
</Link>{" "}
& the{" "}
<Link href="/docs/legal/external-content-agreement">
External Content Agreement
</Link>
.
& the <Link href="/docs/legal/rules">MHSF Rules</Link>.
</small>
</>
}