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:

committed by
Juan Manzanero

parent
60bb38130b
commit
ca16d19dca
@@ -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',
|
||||
|
Reference in New Issue
Block a user