import { useRouter } from "next/router"; export default { head: ( <> ), editLink: { component: null, }, feedback: { content: null, }, logo: ( <> {`logo`}

SVRJS

), project: { title: "SVRJS", link: "https://svrjs.org", }, footer: { component: null, }, useNextSeoProps() { const { asPath } = useRouter(); if (asPath !== "/") { return { titleTemplate: "%s – SVRJS", }; } }, primaryHue: 136, primarySaturation: 75, // banner: { // key: "svrjs", // text: 🎉 Check out SVRJS Now. Read more →, // }, };