SEO/AEO, Farb schema, breadcrumbs

This commit is contained in:
2025-11-29 23:41:54 +01:00
parent 4fa24c8f3d
commit d2953fd0d9
87 changed files with 5672 additions and 579 deletions

View File

@@ -2,6 +2,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": ".",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": false,
@@ -23,7 +24,11 @@
"lib": [
"ES2022",
"dom"
]
],
"paths": {
"zod": ["node_modules/zod"],
"stripe": ["node_modules/stripe"]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,