mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 12:56:21 +02:00
Prefetch user (#429)
This commit is contained in:
parent
37f777cace
commit
249376c43e
20 changed files with 220 additions and 181 deletions
|
@ -49,10 +49,7 @@ const MyApp: NextPage<AppProps> = ({ Component, pageProps }) => {
|
|||
customDomain={process.env.NEXT_PUBLIC_PLAUSIBLE_DOMAIN}
|
||||
trackOutboundLinks={true}
|
||||
selfHosted={true}
|
||||
enabled={
|
||||
typeof window !== undefined &&
|
||||
!!process.env.NEXT_PUBLIC_PLAUSIBLE_DOMAIN
|
||||
}
|
||||
enabled={!!process.env.NEXT_PUBLIC_PLAUSIBLE_DOMAIN}
|
||||
>
|
||||
<DefaultSeo
|
||||
openGraph={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue