Fix tsconfig baseUrl, add small space left of tags/right of Time

This commit is contained in:
2023-11-28 03:34:18 -06:00
parent a1b228a63c
commit d67ff73d34
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ const tagCount = tags.length;
</h1>
<p class="mt-0 text-sm ml-5">
<Time time={pubDate} client:load />
<span class="space-x-2">
<span class="ml-1 space-x-2">
{
tags.map((tag, i) =>
// Ignore required due to whitespace sensitive content

View File

@@ -1,7 +1,7 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": "/home/xevion/projects/undefined.behavio.rs",
"baseUrl": ".",
"paths": {
"@styles/*": [
"src/styles/*"