From 405ba6f9aa9c69a2eb45051f0d57065debcb24a5 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 10 Mar 2024 00:51:48 -0600 Subject: [PATCH] Fix improper baseURL I didn't do this. WTF? --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2630062..9ce5e06 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "strictNullChecks": true, - "baseUrl": "/home/xevion/projects/utsa-handbook", + "baseUrl": ".", "paths": { "@components/*": [ "./src/components/*"