Skip to content

Commit

Permalink
fix: 🩹 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
5ika committed May 24, 2022
1 parent 79ea191 commit 9c055d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ function MyApp({ Component, pageProps }) {
name="description"
content="Site référençant les applications Open Source qui concernent Genève et sa région."
/>
<Script
async
defer
data-website-id="f31f8a0d-af9c-484e-adb9-2c454b00d5f9"
src="https://umami.hidora.com/umami.js"
></Script>
</Head>
<Script
async
defer
data-website-id="f31f8a0d-af9c-484e-adb9-2c454b00d5f9"
src="https://umami.hidora.com/umami.js"
/>
<Component {...pageProps} />
</>
);
Expand Down

1 comment on commit 9c055d0

@vercel
Copy link

@vercel vercel bot commented on 9c055d0 May 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.