diff --git a/package-lock.json b/package-lock.json index e078b5a..82b5add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@chakra-ui/react": "^2.8.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", + "@vercel/analytics": "^1.1.1", "file-saver": "^2.0.5", "framer-motion": "^10.16.4", "next": "14.0.1", @@ -2050,6 +2051,14 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", "dev": true }, + "node_modules/@vercel/analytics": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.1.1.tgz", + "integrity": "sha512-+NqgNmSabg3IFfxYhrWCfB/H+RCUOCR5ExRudNG2+pcRehq628DJB5e1u1xqwpLtn4pAYii4D98w7kofORAGQA==", + "dependencies": { + "server-only": "^0.0.1" + } + }, "node_modules/@zag-js/dom-query": { "version": "0.16.0", "resolved": "https://registry.npmjs.org/@zag-js/dom-query/-/dom-query-0.16.0.tgz", @@ -5686,6 +5695,11 @@ "node": ">=10" } }, + "node_modules/server-only": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz", + "integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==" + }, "node_modules/set-function-length": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", diff --git a/package.json b/package.json index c1a7453..524a803 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@chakra-ui/react": "^2.8.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", + "@vercel/analytics": "^1.1.1", "file-saver": "^2.0.5", "framer-motion": "^10.16.4", "next": "14.0.1", diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 718d6fe..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/pages/_document.js b/src/pages/_document.js index aa4998b..9a04200 100644 --- a/src/pages/_document.js +++ b/src/pages/_document.js @@ -1,4 +1,5 @@ import { Html, Head, Main, NextScript } from 'next/document' +import { Analytics } from '@vercel/analytics/react'; export default function Document() { return ( @@ -32,6 +33,8 @@ export default function Document() {
+ + ) diff --git a/src/pages/index.js b/src/pages/index.js index 83498fc..6d8a879 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -142,7 +142,12 @@ export default function Home() { Open-Audio TTS - Powered by OpenAI TTS + Powered by OpenAI TTS + + + View on GitHub + +