a7b1090e0a
The relationship field was causing "n.call is not a function" error. Removed relatedPosts from both keystatic.config.ts and content.config.ts. Other optimizations remain: - Site singleton for global settings - Brand mark (globe logo) - Entry layout grouping - Preview URL configuration - Published and featured checkbox fields Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
268 B
Plaintext
27 lines
268 B
Plaintext
# build output
|
|
dist/
|
|
.output/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
pnpm-lock.yaml
|
|
|
|
.astro
|
|
# Local Netlify folder
|
|
.netlify
|