Implementierung - SEO - 01.08.2025

This commit is contained in:
2025-08-01 14:26:05 +02:00
parent 7aa0543001
commit f176743885
35 changed files with 3427 additions and 98 deletions
+5 -3
View File
@@ -1,15 +1,16 @@
{
"name": "damjan-savic-portfolio",
"name": "Portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "npm run generate-sitemap && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"generate-sitemap": "node scripts/generate-sitemap.js"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
@@ -42,6 +43,7 @@
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"web-vitals": "^5.1.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",