docs: make all links relative to support mounting anywhere

This commit is contained in:
Joakim Carlstein 2023-12-18 16:25:14 +01:00
parent 3bffb98750
commit 03ec8f2599
20 changed files with 59 additions and 59 deletions

View file

@ -22,6 +22,6 @@
"tailwindcss": "^3.3.6"
},
"volta": {
"extends": "../../package.json"
"extends": "../package.json"
}
}