diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 8ba8808a3..08a981ad8 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -659,6 +659,15 @@ export default function App({ Component, err }) { <> {constants.TITLE} + {typeof window !== 'undefined' && + window.location.host === getAlbumSiteHost() ? ( + + ) : ( + + )} {showNavbar && ( diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 44773354b..c49b46ae1 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -33,10 +33,6 @@ export default class MyDocument extends Document { return ( -