diff options
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 7eaaefd..167a23a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -22,7 +22,10 @@ "Bash(curl -s http://localhost:1313/articles/haiku-2/)", "Bash(curl -s http://localhost:1313/articles/)", "Bash(curl -s http://localhost:1313/css/main.min.css)", - "Bash(hugo version *)" + "Bash(hugo version *)", + "Bash(curl -s \"http://localhost:1313/articles/\")", + "Bash(curl -s http://localhost:1313/tags/hugo/)", + "Bash(curl -s http://localhost:1313/categories/)" ] } } |
