Browse Source

Open all links in a new tab. Closes #2160

pull/2242/head
Gabe Kangas 3 years ago
parent
commit
4ca0e69be6
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      web/components/layouts/Main.tsx

2
web/components/layouts/Main.tsx

@ -77,6 +77,8 @@ export const Main: FC = () => { @@ -77,6 +77,8 @@ export const Main: FC = () => {
<title>{name}</title>
<style>{customStyles}</style>
<base target="_blank" />
{isProduction && <ServerRenderedHydration hydrationScript={hydrationScript} />}
</Head>

Loading…
Cancel
Save