Fix pb url
This commit is contained in:
parent
9874ad99b2
commit
9b4a54f702
@ -3,7 +3,7 @@ import MicroblogItem from '@/components/microblog-item.astro';
|
|||||||
import Layout from '@/layouts/Layout.astro';
|
import Layout from '@/layouts/Layout.astro';
|
||||||
import { createServerClient } from '@/utils/pocketbase';
|
import { createServerClient } from '@/utils/pocketbase';
|
||||||
|
|
||||||
const pb = createServerClient('https://juancman.dev/pb');
|
const pb = createServerClient('https://pb.juancman.dev/');
|
||||||
const data = await pb.collection('microblogs').getFullList({
|
const data = await pb.collection('microblogs').getFullList({
|
||||||
expand: 'tags',
|
expand: 'tags',
|
||||||
sort: '-published',
|
sort: '-published',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user