mcnoaa-tides/docs/Caddyfile.prod
Ryan Malloy a900581af5 Add splash landing page, conversation-style guides, beach activities
- New splash landing page at / with hero SVG, feature cards, use-case
  scenarios, and quick install section
- Replace Caddyfile redirect with direct index.mdx serving
- Header social icons: git→Gitea source, python→PyPI (was GitHub→PyPI)
- Rewrite fishing-trip, smartpot, and visualization guides as
  conversation-style walkthroughs with tool calls behind tabs
- New beach activities guide: snorkeling, tide pooling, beachcombing,
  kayak/paddleboard timing
- Make all examples LLM-agnostic (MCP server works with any client)
- Add CSS for splash page layout and conversation blockquote styling
2026-02-24 11:11:42 -07:00

10 lines
114 B
Caddyfile

:4321 {
encode gzip
handle {
root * /usr/share/caddy
try_files {path} {path}/index.html
file_server
}
}