AEO / SEO

This commit is contained in:
Timo Knuth
2026-01-23 14:39:27 +01:00
parent b00697bc37
commit cb521f2aee
39 changed files with 2217 additions and 114 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "next dev -p 3050",
"build": "prisma generate && next build",
"build": "prisma generate && cross-env NODE_OPTIONS='--max-old-space-size=4096' next build",
"trigger:indexing": "tsx scripts/trigger-indexing.ts",
"submit:indexnow": "tsx scripts/submit-indexnow.ts",
"start": "next start",
@@ -82,6 +82,7 @@
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"cross-env": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-next": "^16.1.1",
"next-sitemap": "^4.2.3",
@@ -96,4 +97,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}