svrjs-nextjs-website/pages/_meta.ts
Dorian Niemiec d8ebc39b56
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
chore: rename "Forum" link to "Community" also in the documentation page
2024-12-12 20:27:15 +01:00

21 lines
305 B
TypeScript

export default {
index: {
title: "Home",
href: "/",
type: "page"
},
docs: {
title: "Docs",
type: "page"
},
blog: {
title: "Blog",
href: "/blog",
type: "page"
},
forum: {
title: "Community",
href: "https://community.svrjs.org",
type: "page"
}
};