mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-08 14:08:54 -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>
|
</h1>
|
||||||
<p class="mt-0 text-sm ml-5">
|
<p class="mt-0 text-sm ml-5">
|
||||||
<Time time={pubDate} client:load />
|
<Time time={pubDate} client:load />
|
||||||
<span class="space-x-2">
|
<span class="ml-1 space-x-2">
|
||||||
{
|
{
|
||||||
tags.map((tag, i) =>
|
tags.map((tag, i) =>
|
||||||
// Ignore required due to whitespace sensitive content
|
// Ignore required due to whitespace sensitive content
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "astro/tsconfigs/strict",
|
"extends": "astro/tsconfigs/strict",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "/home/xevion/projects/undefined.behavio.rs",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@styles/*": [
|
"@styles/*": [
|
||||||
"src/styles/*"
|
"src/styles/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user