Links visited styles and fixes (#1)

Co-authored-by: Juan Manzanero <59628111+juancmandev@users.noreply.github.com>
Reviewed-on: https://git.juancman.dev/juancmandev/website/pulls/1
Co-authored-by: juancmandev <juancmandev@protonmail.com>
Co-committed-by: juancmandev <juancmandev@protonmail.com>
This commit is contained in:
juancmandev
2025-03-12 12:07:57 -04:00
committed by Juan Manzanero
parent 60bb38130b
commit ca16d19dca
6 changed files with 703 additions and 697 deletions

View File

@@ -3,7 +3,7 @@ import MicroblogItem from '@/components/microblog-item.astro';
import Layout from '@/layouts/Layout.astro';
import { createServerClient } from '@/utils/pocketbase';
const pb = createServerClient(import.meta.env.SECRET_POCKETBASE_API_URL);
const pb = createServerClient('https://juancman.dev/pb');
const data = await pb.collection('microblogs').getFullList({
expand: 'tags',
sort: '-published',