8f64fb1eea
Features added: - KeyStatic Core and Astro integration installed - Markdoc integration for content rendering - keystatic.config.ts with blog post schema - Local storage mode for content management - Conditional loading via SKIP_KEYSTATIC env var - Netlify build command updated to skip KeyStatic in production KeyStatic Admin UI available at: - Local: http://localhost:4321/keystatic - Production: Disabled for security Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
308 B
TOML
11 lines
308 B
TOML
[build]
|
|
publish = "dist"
|
|
command = "SKIP_KEYSTATIC=true npm run build"
|
|
ignore = "git log -1 --pretty=format:'%ae' | grep -v 'bcanata@hotmail.com'"
|
|
[build.processing.html]
|
|
pretty_urls = false
|
|
[[headers]]
|
|
for = "/_astro/*"
|
|
[headers.values]
|
|
Cache-Control = "public, max-age=31536000, immutable"
|