diff options
Diffstat (limited to 'src/pages/_app.tsx')
| -rw-r--r-- | src/pages/_app.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 525335f..42b3de4 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -22,6 +22,7 @@ const App = ({ Component, pageProps }: AppPropsWithLayout) => { domainId={CONFIG.ackee.siteId} server={CONFIG.ackee.url} storageKey={STORAGE_KEY.ACKEE} + // eslint-disable-next-line react/jsx-no-literals tracking="full" > <MotionProvider |
