Implementierung - SEO - 01.08.2025

This commit is contained in:
2025-08-01 20:33:47 +02:00
parent f176743885
commit e69e68242c
32 changed files with 12822 additions and 192 deletions
+13 -1
View File
@@ -3,7 +3,19 @@
"allow": [
"Bash(npm install:*)",
"Bash(mkdir:*)",
"Bash(node:*)"
"Bash(node:*)",
"Bash(timeout 10 pnpm run dev)",
"Bash(pnpm run:*)",
"Bash(pnpm exec:*)",
"Bash(npx tsc:*)",
"Bash(npm run dev:*)",
"Bash(npm run build:*)",
"Bash(git add:*)",
"Bash(rm:*)",
"Bash(ls:*)",
"Bash(pnpm add:*)",
"Bash(pnpm approve-builds:*)",
"Bash(curl:*)"
],
"deny": []
}