Cong Dao
Results
2
comments of
Cong Dao
Somehow it was working for me with above steps without removing `pages/newtab` I restarted my chrome after rebuilding the project and it worked for me
I was thinking of something similar to how Vercel's Analytics lets you track custom events — for example: ``` window.counterscale.trackEvent('button_click', { button: 'download', page: window.location.pathname }); ``` It would be...