mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-11 20:08:57 +00:00
fix: updated Netlify headers Content-Type to plain text
This commit is contained in:
@@ -18,11 +18,11 @@ Your content is instantly available to browsers, LLMs, and AI agents.. Write mar
|
||||
|
||||
- **Site Name**: markdown
|
||||
- **Site Title**: markdown sync framework
|
||||
- **Site URL**: https://www.markdown.fast
|
||||
- **Site URL**: https://yoursite.example.com
|
||||
- **Total Posts**: 17
|
||||
- **Total Pages**: 5
|
||||
- **Total Pages**: 4
|
||||
- **Latest Post**: 2025-12-29
|
||||
- **Last Updated**: 2025-12-31T01:30:04.561Z
|
||||
- **Last Updated**: 2026-01-04T04:52:17.079Z
|
||||
|
||||
## Tech stack
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ Project instructions for Claude Code.
|
||||
## Project context
|
||||
|
||||
<!-- Auto-updated by sync:discovery -->
|
||||
<!-- Site: markdown | Posts: 17 | Pages: 5 | Updated: 2025-12-31T01:30:04.562Z -->
|
||||
<!-- Site: markdown | Posts: 17 | Pages: 4 | Updated: 2026-01-04T04:52:17.080Z -->
|
||||
|
||||
Markdown sync framework. Write markdown in `content/`, run sync commands, content appears instantly via Convex real-time database. Built for developers and AI agents.
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
[[headers]]
|
||||
for = "/raw/*"
|
||||
[headers.values]
|
||||
Content-Type = "text/markdown; charset=utf-8"
|
||||
Content-Type = "text/plain; charset=utf-8"
|
||||
Access-Control-Allow-Origin = "*"
|
||||
Cache-Control = "public, max-age=3600"
|
||||
# Removed X-Robots-Tag = "noindex" - AI crawlers need to index raw content
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# llms.txt - Information for AI assistants and LLMs
|
||||
# Learn more: https://llmstxt.org/
|
||||
# Last updated: 2025-12-31T01:30:04.563Z
|
||||
# Last updated: 2026-01-04T04:52:17.081Z
|
||||
|
||||
> Your content is instantly available to browsers, LLMs, and AI agents.
|
||||
|
||||
# Site Information
|
||||
- Name: markdown
|
||||
- URL: https://markdown.fast
|
||||
- URL: https://yoursite.example.com
|
||||
- Description: Your content is instantly available to browsers, LLMs, and AI agents. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify.
|
||||
- Topics: Markdown, Convex, React, TypeScript, Netlify, Open Source, AI, LLM, AEO, GEO
|
||||
- Total Posts: 17
|
||||
|
||||
Reference in New Issue
Block a user