- Update 404.html with React content instead of Vue - Add automatic 404.html copy to build script - Fix URL typo in og:url meta tag - Ensure client-side routing works for user pages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
578 B
JSON
27 lines
578 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git commit:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(npm install)",
|
|
"Bash(nvm use:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run preview:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(npx serve:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(open:*)",
|
|
"WebFetch(domain:api.syui.ai)",
|
|
"Bash(git push:*)",
|
|
"Bash(find:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(cp:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |