File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ Router.events.on("routeChangeStart", () => NProgress.start());
2424Router . events . on ( "routeChangeComplete" , ( ) => NProgress . done ( ) ) ;
2525Router . events . on ( "routeChangeError" , ( ) => NProgress . done ( ) ) ;
2626
27- declare global {
28- interface Window { plausible : any ; }
29- }
30-
3127export default function MyApp ( { Component, pageProps } ) {
3228 useEffect ( ( ) => {
3329 smartquotes ( ) . listen ( ) ;
@@ -50,8 +46,6 @@ export default function MyApp({ Component, pageProps }) {
5046 />
5147
5248 < Script defer data-domain = "apsis.io" src = "https://plausible.skylab.apsis.io/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js" />
53- < Script > window.plausible = window.plausible || function() { ( window . plausible . q = window . plausible . q || [ ] ) . push ( arguments ) } </ Script >
54-
5549
5650 < meta
5751 name = "theme-color"
You can’t perform that action at this time.
0 commit comments