Fix docs domain: pg-orbit.warehack.ing
This commit is contained in:
parent
a78e8eb27c
commit
1c8cf27d36
@ -193,7 +193,7 @@ planet observation, moon observation, and Lambert transfers.
|
||||
|
||||
## 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
|
||||
translations (from Skyfield, JPL Horizons, GMAT, Radio Jupiter Pro), complete
|
||||
function reference, architecture notes, and benchmarks.
|
||||
|
||||
@ -6,7 +6,7 @@ import rehypeKatex from "rehype-katex";
|
||||
import mermaid from "astro-mermaid";
|
||||
|
||||
export default defineConfig({
|
||||
site: "https://pg-orbit.supported.systems",
|
||||
site: "https://pg-orbit.warehack.ing",
|
||||
integrations: [
|
||||
mermaid(),
|
||||
starlight({
|
||||
|
||||
@ -8,7 +8,7 @@ services:
|
||||
- ./astro.config.mjs:/app/astro.config.mjs
|
||||
- ./package.json:/app/package.json
|
||||
environment:
|
||||
- VITE_HMR_HOST=${VITE_HMR_HOST:-pg-orbit.supported.systems}
|
||||
- VITE_HMR_HOST=${VITE_HMR_HOST:-pg-orbit.warehack.ing}
|
||||
labels:
|
||||
# WebSocket / HMR support for dev hot-reload
|
||||
caddy.reverse_proxy.flush_interval: "-1"
|
||||
|
||||
@ -13,7 +13,7 @@ services:
|
||||
environment:
|
||||
- ASTRO_TELEMETRY_DISABLED=1
|
||||
labels:
|
||||
caddy: pg-orbit.supported.systems
|
||||
caddy: pg-orbit.warehack.ing
|
||||
caddy.reverse_proxy: "{{upstreams 3000}}"
|
||||
caddy.encode: gzip
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user