diff -r 75449093fdb6 -r e245cf75db68 run.sh --- a/run.sh Mon Mar 13 17:19:11 2023 +0000 +++ b/run.sh Mon Mar 13 17:56:43 2023 +0000 @@ -23,4 +23,9 @@ # Precompute row counts for performance datasette inspect xmpp.db --inspect-file=counts.json -exec datasette serve -h 0.0.0.0 --metadata metadata.yml -i xmpp.db --inspect-file=counts.json +exec datasette serve \ + -h 0.0.0.0 \ + --metadata metadata.yml \ + -i xmpp.db \ + --inspect-file=counts.json \ + --setting base_url "$DATASETTE_PATH"