diff --git a/next.config.js b/next.config.js index 087076d..578ad49 100644 --- a/next.config.js +++ b/next.config.js @@ -10,12 +10,4 @@ module.exports = { }; return config; }, - async rewrites() { - return [ - { - source: '/_vercel/insights/script.js', - destination: '/_vercel/insights/script.js', - }, - ]; - }, -}; +}; \ No newline at end of file diff --git a/pages/_app.js b/pages/_app.js index b0c8bf1..3610c18 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,5 +1,4 @@ // pages/_app.js -import { Analytics } from '@vercel/analytics/react'; import '../styles/globals.css'; import { FontProvider } from '../contexts/FontContext'; import { ThemeProvider } from '../contexts/ThemeContext'; @@ -8,10 +7,7 @@ function MyApp({ Component, pageProps }) { return ( - <> - - - + );