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
|
## 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.
|
||||||
|
|||||||
@ -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({
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user