minor fixes for new psb
Some checks are pending
/ Generate Site (push) Waiting to run
/ Publish Site (push) Blocked by required conditions

This commit is contained in:
Pagwin 2025-12-13 16:23:22 -05:00
parent 2c6bce6e2c
commit eca181f49e
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@ services:
depends_on: depends_on:
- backend - backend
``` ```
and here's an nginx config and here's an nginx config
```nginx ```nginx

View file

@ -47,6 +47,7 @@ function handlePage(authority,response){
} }
} }
``` ```
Yeah, pretty simple but allow me to explain what bits of these 2 functions are doing and why. Yeah, pretty simple but allow me to explain what bits of these 2 functions are doing and why.
```js ```js