chore: remove deprecated files and update configuration for improved SEO and performance. Adjust font usage in styles, enhance sitemap handling, and refine search functionality.

This commit is contained in:
cojocaru-david
2025-08-13 16:47:34 +03:00
parent ebd7d354a0
commit 39e42e5589
26 changed files with 1810 additions and 3298 deletions

View File

@@ -23,8 +23,8 @@
"version": "1.0.6",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"dev": "astro dev --port 3010",
"start": "astro preview",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
@@ -32,17 +32,17 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.3",
"@astrojs/mdx": "^4.3.1",
"@astrojs/markdown-remark": "^6.3.5",
"@astrojs/mdx": "^4.3.3",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.2",
"@astrojs/vercel": "^8.2.3",
"@astrojs/vercel": "^8.2.5",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@iconify-json/line-md": "^1.2.8",
"@iconify-json/lucide": "^1.2.59",
"@iconify-json/line-md": "^1.2.11",
"@iconify-json/lucide": "^1.2.62",
"@iconify-json/mdi": "^1.2.3",
"@neondatabase/serverless": "^1.0.1",
"@radix-ui/react-avatar": "^1.1.10",
@@ -53,11 +53,11 @@
"@radix-ui/react-slot": "^1.2.3",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "19.1.9",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@vercel/routing-utils": "^5.1.1",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.12.6",
"astro": "^5.12.9",
"astro-expressive-code": "^0.41.3",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
@@ -65,7 +65,7 @@
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.534.0",
"lucide-react": "^0.539.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-icons": "^5.5.0",
@@ -79,7 +79,7 @@
"satori": "^0.16.2",
"satori-html": "^0.3.2",
"tailwind-merge": "^3.3.1",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",