Skip to content

Commit 1dffbb8

Browse files
committed
Fix deployed base path and trim fridge demo
1 parent bfd2887 commit 1dffbb8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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

@@ -110,4 +110,4 @@ See [docs/project-page/adoption.md](/home/zhenyu/src/psi0.github.io/docs/project
110110

111111
## TODO
112112

113-
- [ ] verify deployed path is /Psi0
113+
- [ ] verify deployed path is /psi0

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
});
-54.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)