Skip to content

Commit a38dcd6

Browse files
committed
Restore /Psi0 deployment base
1 parent d563ddf commit a38dcd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Required GitHub setting:
3434

3535
- `Settings > Pages > Source = GitHub Actions`
3636

37-
To publish under `https://psi-lab.ai/psi0`, host this code in the
37+
To publish under `https://psi-lab.ai/Psi0`, host this code in the
3838
`physical-superintelligence-lab/Psi0` repository and keep the Astro `base` set to
39-
`/psi0`.
39+
`/Psi0`.
4040

4141
## Project layout
4242

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { defineConfig } from 'astro/config';
22

33
export default defineConfig({
44
site: 'https://psi-lab.ai',
5-
base: '/psi0',
5+
base: '/Psi0',
66
output: 'static'
77
});

0 commit comments

Comments
 (0)