mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 23:04:58 -05:00
fix(www): remove nextjs content collections
This commit is contained in:
parent
43451a9a27
commit
8f9dc59583
@ -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>
|
||||
</>
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user