Set base URL

This commit is contained in:
Jake Howard 2024-06-08 13:43:54 +01:00
parent 2195cb6203
commit 33f4e655ca
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -3,7 +3,7 @@
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "slidev build --dark --download", "build": "slidev build --dark --download --base /dceu24-empowering-django-with-background-workers/",
"start": "slidev" "start": "slidev"
}, },
"dependencies": { "dependencies": {