Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchedmob committed Sep 20, 2024
2 parents 831cda8 + 01819cf commit 7349d6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ export default function MyApp({ Component, pageProps }: AppProps) {
<link rel="manifest" sizes="512x512" href="/images/favicons/android-chrome-512x512.png" />
<link rel="manifest" href="/site.webmanifest" />
<title>Open SGF</title>
<PlausibleProvider domain="opensgf.org" customDomain="https://plausible.sgf.dev" />
</Head>
<Component {...pageProps} />
<PlausibleProvider domain="opensgf.org" customDomain="https://plausible.sgf.dev">

Check warning on line 20 in src/pages/_app.tsx

View workflow job for this annotation

GitHub Actions / Run linters

Delete `····`
<Component {...pageProps} />

Check warning on line 21 in src/pages/_app.tsx

View workflow job for this annotation

GitHub Actions / Run linters

Delete `····`
</PlausibleProvider>

Check warning on line 22 in src/pages/_app.tsx

View workflow job for this annotation

GitHub Actions / Run linters

Delete `····`
</Layout>
);
}

0 comments on commit 7349d6b

Please sign in to comment.