Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ yarn-error.log*
CLAUDE.md
.claude/settings.local.json
.mcp.json

# local dev / generated data
category-uri-title-map.json
rule-to-categories.json
orphaned_rules.json
redirects.json
232 changes: 0 additions & 232 deletions category-uri-title-map.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "pnpm tinacms dev -c \"next dev --turbopack\"",
"dev": "pnpm prepare:content && tinacms dev -c \"next dev --turbopack\"",
"build": "tinacms build && next build",
"postbuild": "next-sitemap",
"build-local": "tinacms build --local --skip-indexing --skip-cloud-checks && next build",
Expand Down
Loading