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. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
import { withContentCollections } from "@content-collections/next";
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
images: { 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? Is this server in violation of the ECA?
</div> </div>
Is this server in violation of the{" "} Is this server in violation of the{" "}
<Link href="/docs/legal/external-content-agreement"> <Link href="/docs/legal/rules">MHSF Rules</Link>? You can report the
External Content Agreement (aka ECA) server to remove the customizations from the server.
</Link>
? You can report the server to remove the customizations from the
server.
<Dialog> <Dialog>
<DialogTrigger> <DialogTrigger>
<Button className="h-[30px] ml-2">Report</Button> <Button className="h-[30px] ml-2">Report</Button>
@ -329,10 +326,7 @@ export default function ServerCustomize({
Minehuts Terms of Service Minehuts Terms of Service
</Link>{" "} </Link>{" "}
& the{" "} & the{" "}
<Link href="/docs/legal/external-content-agreement"> <Link href="/docs/legal/rules">MHSF Rules</Link>.
External Content Agreement
</Link>
.
</small> </small>
</FormDescription> </FormDescription>
<FormMessage /> <FormMessage />
@ -435,11 +429,7 @@ export default function ServerCustomize({
<Link href="https://imgur.com/tos"> <Link href="https://imgur.com/tos">
Imgurs Terms of Service Imgurs Terms of Service
</Link>{" "} </Link>{" "}
& the{" "} & the <Link href="/docs/legal/rules">MHSF Rules</Link>.
<Link href="/docs/legal/external-content-agreement">
External Content Agreement
</Link>
.
</small> </small>
</> </>
} }
@ -467,11 +457,7 @@ export default function ServerCustomize({
<Link href="https://discord.com/terms/"> <Link href="https://discord.com/terms/">
Discords Terms of Service Discords Terms of Service
</Link>{" "} </Link>{" "}
& the{" "} & the <Link href="/docs/legal/rules">MHSF Rules</Link>.
<Link href="/docs/legal/external-content-agreement">
External Content Agreement
</Link>
.
</small> </small>
</> </>
} }