diff --git a/src/layouts/Post.astro b/src/layouts/Post.astro index 0361f17..afe85a0 100644 --- a/src/layouts/Post.astro +++ b/src/layouts/Post.astro @@ -19,7 +19,7 @@ const tagCount = tags.length;
- + { tags.map((tag, i) => // Ignore required due to whitespace sensitive content diff --git a/tsconfig.json b/tsconfig.json index 5f2f236..bacec95 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "astro/tsconfigs/strict", "compilerOptions": { - "baseUrl": "/home/xevion/projects/undefined.behavio.rs", + "baseUrl": ".", "paths": { "@styles/*": [ "src/styles/*"