Fix docs domain: pg-orbit.warehack.ing

This commit is contained in:
Ryan Malloy 2026-02-16 07:34:44 -07:00
parent a78e8eb27c
commit 1c8cf27d36
4 changed files with 4 additions and 4 deletions

View File

@ -193,7 +193,7 @@ planet observation, moon observation, and Lambert transfers.
## Documentation ## Documentation
Full documentation at the [pg_orbit docs site](https://pg-orbit.supported.systems), Full documentation at the [pg_orbit docs site](https://pg-orbit.warehack.ing),
built with [Starlight](https://starlight.astro.build). Includes guides, workflow built with [Starlight](https://starlight.astro.build). Includes guides, workflow
translations (from Skyfield, JPL Horizons, GMAT, Radio Jupiter Pro), complete translations (from Skyfield, JPL Horizons, GMAT, Radio Jupiter Pro), complete
function reference, architecture notes, and benchmarks. function reference, architecture notes, and benchmarks.

View File

@ -6,7 +6,7 @@ import rehypeKatex from "rehype-katex";
import mermaid from "astro-mermaid"; import mermaid from "astro-mermaid";
export default defineConfig({ export default defineConfig({
site: "https://pg-orbit.supported.systems", site: "https://pg-orbit.warehack.ing",
integrations: [ integrations: [
mermaid(), mermaid(),
starlight({ starlight({

View File

@ -8,7 +8,7 @@ services:
- ./astro.config.mjs:/app/astro.config.mjs - ./astro.config.mjs:/app/astro.config.mjs
- ./package.json:/app/package.json - ./package.json:/app/package.json
environment: environment:
- VITE_HMR_HOST=${VITE_HMR_HOST:-pg-orbit.supported.systems} - VITE_HMR_HOST=${VITE_HMR_HOST:-pg-orbit.warehack.ing}
labels: labels:
# WebSocket / HMR support for dev hot-reload # WebSocket / HMR support for dev hot-reload
caddy.reverse_proxy.flush_interval: "-1" caddy.reverse_proxy.flush_interval: "-1"

View File

@ -13,7 +13,7 @@ services:
environment: environment:
- ASTRO_TELEMETRY_DISABLED=1 - ASTRO_TELEMETRY_DISABLED=1
labels: labels:
caddy: pg-orbit.supported.systems caddy: pg-orbit.warehack.ing
caddy.reverse_proxy: "{{upstreams 3000}}" caddy.reverse_proxy: "{{upstreams 3000}}"
caddy.encode: gzip caddy.encode: gzip