diff --git a/package.json b/package.json index e28f44c..a24fd08 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "next": "13.0.3", "next-auth": "^4.16.4", "next-connect": "^0.13.0", + "next-seo": "^5.14.1", "node-cache": "^5.1.2", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/yarn.lock b/yarn.lock index 919c0f7..760106f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3324,6 +3324,11 @@ next-connect@^0.13.0: dependencies: trouter "^3.2.0" +next-seo@^5.14.1: + version "5.14.1" + resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.14.1.tgz#d07322edc37634fbd9beca51fb04177910d8031c" + integrity sha512-NiJeQbxYP3z+EMp52q8k3Q+OfX2+Yv2WehERDj98r2wjXxL+woKpRBdsSVYolTD0Hm8IWs42SzaISE93RoQdOw== + next@13.0.3: version "13.0.3" resolved "https://registry.npmjs.org/next/-/next-13.0.3.tgz"