🐛 (lp) Update plausible tracking url
This commit is contained in:
@@ -8,7 +8,6 @@ module.exports = {
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:react/recommended',
|
||||
'next/core-web-vitals',
|
||||
'prettier',
|
||||
],
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
@@ -23,10 +22,8 @@ module.exports = {
|
||||
version: 'detect', // Tells eslint-plugin-react to automatically detect the version of React to use
|
||||
},
|
||||
},
|
||||
plugins: ['prettier', 'react', '@typescript-eslint'],
|
||||
plugins: ['react', '@typescript-eslint'],
|
||||
rules: {
|
||||
'react/no-unescaped-entities': [0],
|
||||
'prettier/prettier': 'error',
|
||||
'react/display-name': [0],
|
||||
},
|
||||
}
|
||||
|
||||
@@ -29,9 +29,13 @@
|
||||
"@types/aos": "^3.0.4",
|
||||
"@types/node": "18.7.13",
|
||||
"@types/react": "^18.0.17",
|
||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
||||
"@typescript-eslint/parser": "5.35.1",
|
||||
"autoprefixer": "10.4.8",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "8.23.0",
|
||||
"eslint-config-next": "12.2.5",
|
||||
"eslint-plugin-react": "^7.31.1",
|
||||
"postcss": "8.4.16",
|
||||
"prettier": "2.7.1",
|
||||
"typescript": "^4.8.2"
|
||||
|
||||
@@ -23,7 +23,7 @@ class MyDocument extends Document {
|
||||
<script
|
||||
defer
|
||||
data-domain="typebot.io"
|
||||
src="https://plausible.baptistearno.com/js/plausible.js"
|
||||
src="https://plausible.server.baptistearno.com/js/plausible.js"
|
||||
></script>
|
||||
{/* eslint-disable-next-line @next/next/no-sync-scripts */}
|
||||
<script src="/__env.js" />
|
||||
|
||||
Reference in New Issue
Block a user