mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
- Add Next.js basePath '/ktx' so the docs site mounts under /ktx, enabling it to be reverse-proxied by docs.kaelio.com. - Add host-based redirects so docs.ktx.sh and ktx.sh permanently redirect to https://docs.kaelio.com/ktx, making docs.kaelio.com the single canonical home for KTX docs. - Update markdown-preference middleware to be basePath-aware so the llms.mdx rewrite still fires on /ktx/docs/* requests. |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| content/docs | ||
| lib | ||
| public/brand | ||
| tests | ||
| .gitignore | ||
| middleware.ts | ||
| next-env.d.ts | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.mjs | ||
| source.config.ts | ||
| tsconfig.json | ||