Skip to content

Commit

Permalink
fix: script for download
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Mar 8, 2023
1 parent 5ae0419 commit cb76f78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/download.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Head from "next/head"
import Script from "next/script"

import {
ANDROID_APP_ID,
Expand Down Expand Up @@ -43,8 +42,7 @@ const download = () => {
<meta property="al:android:package" content={ANDROID_APP_ID} />
<meta property="al:web:url" content={ROOT_URL} />
<meta property="al:web:should_fallback" content="false" />
<Script
strategy="beforeInteractive"
<script
dangerouslySetInnerHTML={{
__html: `
function redirect() {
Expand Down

0 comments on commit cb76f78

Please sign in to comment.