index-shop/.claude/settings.local.json
isUnknown 4489e705b8
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
Fix virtual pages with routes using Page::factory()
Replace page.children:after hook with proper routes implementation.
Product pages are now created dynamically via routes that match
Shopify handles for both French and English versions.

Changes:
- Add routes with Page::factory() for virtual product pages
- Remove hooks approach (not working)
- Clean up old Snipcart webhook routes
- Support FR and EN product URLs

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-16 12:53:19 +01:00

16 lines
332 B
JSON

{
"permissions": {
"allow": [
"WebSearch",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(find:*)",
"Bash(curl:*)",
"WebFetch(domain:snipcart.com)",
"Bash(grep:*)",
"Bash(npm run build:*)",
"Bash(php test-shopify.php:*)",
"WebFetch(domain:getkirby.com)"
]
}
}