Fix improper baseURL

I didn't do this. WTF?
This commit is contained in:
2024-03-10 00:51:48 -06:00
parent fa536d92d9
commit 405ba6f9aa

View File

@@ -2,7 +2,7 @@
"extends": "astro/tsconfigs/strict", "extends": "astro/tsconfigs/strict",
"compilerOptions": { "compilerOptions": {
"strictNullChecks": true, "strictNullChecks": true,
"baseUrl": "/home/xevion/projects/utsa-handbook", "baseUrl": ".",
"paths": { "paths": {
"@components/*": [ "@components/*": [
"./src/components/*" "./src/components/*"