feat: add OG description + sitemap / robots.txt

This commit is contained in:
Sonny
2023-11-26 17:06:10 +01:00
parent 9196610980
commit db5fef08fc
11 changed files with 210 additions and 123 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "my-links",
"description": "MyLinks is a free and open source software, that lets you manage your bookmarks in an intuitive interface",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"prepare": "husky install"
},
"dependencies": {
@@ -20,6 +22,7 @@
"next-auth": "^4.24.5",
"next-i18next": "^15.0.0",
"next-seo": "^6.4.0",
"next-sitemap": "^4.2.3",
"node-html-parser": "^6.1.11",
"nprogress": "^0.2.0",
"react": "^18.2.0",