mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
introduce SEO optimization and improve blog content rendering (#709)
* introduce SEO optimizations for marketing reach * quality of life updates to Next * format with biome * improve wording on home badge * adding additional keyword based on trends * add code block and markdown support for blogs * Update metadata for SEO
This commit is contained in:
parent
2941392ed1
commit
56b3246f30
22 changed files with 3314 additions and 736 deletions
|
|
@ -21,18 +21,25 @@
|
|||
"@portabletext/react": "^5.0.0",
|
||||
"@portabletext/types": "^3.0.0",
|
||||
"@sanity/client": "^7.13.0",
|
||||
"@sanity/code-input": "^6.0.4",
|
||||
"@sanity/image-url": "^1.2.0",
|
||||
"@sanity/table": "^2.0.1",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"csv-parse": "^6.1.0",
|
||||
"easymde": "^2.20.0",
|
||||
"framer-motion": "^12.23.24",
|
||||
"jsdom": "^27.2.0",
|
||||
"next": "^16.0.7",
|
||||
"next": "^16.1.6",
|
||||
"next-sanity": "^11.6.9",
|
||||
"papaparse": "^5.5.3",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-syntax-highlighter": "^16.1.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"resend": "^6.6.0",
|
||||
"sanity": "^4.18.0",
|
||||
"sanity-plugin-markdown": "^7.0.4",
|
||||
"styled-components": "^6.1.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -44,6 +51,7 @@
|
|||
"@types/node": "^20",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"tailwindcss": "^4",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue