fix: remove the placeholder forum page, and change the link to forum to point to actual SVR.JS forum

This commit is contained in:
Dorian Niemiec 2024-09-07 12:14:24 +02:00
parent dd11fc8a99
commit 6b613a3f84
2 changed files with 2 additions and 15 deletions

View file

@ -1,13 +0,0 @@
import React from "react";
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Forum - SVR.JS"
};
const Forum = () => {
return <div>Forum</div>;
};
export default Forum;

View file

@ -31,7 +31,7 @@ export const NAVBAR = {
label: "Blog"
},
{
href: "/forum",
href: "https://forum.svrjs.org",
target: "_self",
label: "Forum"
}
@ -140,7 +140,7 @@ export const FOOTERLINKS = {
{ href: "/", label: "Home" },
{ href: "/contact", label: "Contact" },
{ href: "/blog", label: "Blog" },
{ href: "/forum", label: "Forum" }
{ href: "https://forum.svrjs.org", label: "Forum" }
],
plans: [
{ href: "/docs", label: "Docs" },