fix: remove duplicate data-website-id attribute in analytics script
This commit is contained in:
parent
88bdd96e2b
commit
f20e5e8192
1 changed files with 1 additions and 1 deletions
|
|
@ -57,9 +57,9 @@ export default function Document() {
|
||||||
<Main />
|
<Main />
|
||||||
<NextScript />
|
<NextScript />
|
||||||
<Script
|
<Script
|
||||||
|
data-website-id={env.UMAMI_ID}
|
||||||
defer
|
defer
|
||||||
src={`https://analytics.${env.BASE_URL.replace("https://", "").replace("http://", "")}/script.js`}
|
src={`https://analytics.${env.BASE_URL.replace("https://", "").replace("http://", "")}/script.js`}
|
||||||
data-website-id={env.UMAMI_ID}
|
|
||||||
></Script>
|
></Script>
|
||||||
</body>
|
</body>
|
||||||
</Html>
|
</Html>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue