mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-06 01:16:46 -06:00
Fix improper baseURL
I didn't do this. WTF?
This commit is contained in:
@@ -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/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user