import { useRouter } from "next/router"; import Logo from "./components/shared/Logo"; export default { head: ( <> Documentation - SVR.JS ), editLink: { component: null }, feedback: { content: null }, logo: , project: { icon: ( ), link: "https://git.svrjs.org" }, footer: { component: null }, useNextSeoProps() { const { asPath } = useRouter(); if (asPath !== "/") { return { titleTemplate: "%s – SVR.JS" }; } }, primaryHue: 136, primarySaturation: 75 // banner: { // key: "svrjs", // text: 🎉 Check out SVR.JS Now. Read more →, // }, };