🐛 (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" />
|
||||
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -256,11 +256,15 @@ importers:
|
||||
'@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
|
||||
aos: ^2.3.4
|
||||
autoprefixer: 10.4.8
|
||||
bot-engine: '*'
|
||||
cross-env: ^7.0.3
|
||||
eslint: 8.23.0
|
||||
eslint-config-next: 12.2.5
|
||||
eslint-plugin-react: ^7.31.1
|
||||
focus-visible: ^5.2.0
|
||||
framer-motion: 7.2.1
|
||||
models: '*'
|
||||
@ -292,9 +296,13 @@ importers:
|
||||
'@types/aos': 3.0.4
|
||||
'@types/node': 18.7.13
|
||||
'@types/react': 18.0.17
|
||||
'@typescript-eslint/eslint-plugin': 5.35.1_pfwtupu3r4wxmgbx6hj7gwmyuu
|
||||
'@typescript-eslint/parser': 5.35.1_yqf6kl63nyoq5megxukfnom5rm
|
||||
autoprefixer: 10.4.8_postcss@8.4.16
|
||||
cross-env: 7.0.3
|
||||
eslint: 8.23.0
|
||||
eslint-config-next: 12.2.5_yqf6kl63nyoq5megxukfnom5rm
|
||||
eslint-plugin-react: 7.31.1_eslint@8.23.0
|
||||
postcss: 8.4.16
|
||||
prettier: 2.7.1
|
||||
typescript: 4.8.2
|
||||
|
Reference in New Issue
Block a user