We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d563ddf commit a38dcd6Copy full SHA for a38dcd6
README.md
@@ -34,9 +34,9 @@ Required GitHub setting:
34
35
- `Settings > Pages > Source = GitHub Actions`
36
37
-To publish under `https://psi-lab.ai/psi0`, host this code in the
+To publish under `https://psi-lab.ai/Psi0`, host this code in the
38
`physical-superintelligence-lab/Psi0` repository and keep the Astro `base` set to
39
-`/psi0`.
+`/Psi0`.
40
41
## Project layout
42
astro.config.mjs
@@ -2,6 +2,6 @@ import { defineConfig } from 'astro/config';
2
3
export default defineConfig({
4
site: 'https://psi-lab.ai',
5
- base: '/psi0',
+ base: '/Psi0',
6
output: 'static'
7
});
0 commit comments