File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ import { defineConfig } from 'astro/config';
22
33export default defineConfig ( {
44 site : 'https://psi-lab.ai' ,
5- base : '/Psi0 ' ,
5+ base : '/psi0 ' ,
66 output : 'static'
77} ) ;
You can’t perform that action at this time.
0 commit comments