mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 09:16:53 -06:00
Fix tsconfig baseUrl, add small space left of tags/right of Time
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "/home/xevion/projects/undefined.behavio.rs",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@styles/*": [
|
||||
"src/styles/*"
|
||||
|
||||
Reference in New Issue
Block a user