[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

fix callback url

+1 -1
+1 -1
src/lib/server/client.ts
··· 3 3 import { SessionStore, StateStore } from './storage'; 4 4 import { dev } from '$app/environment'; 5 5 6 - const publicUrl = 'https://skywatchedgoogle2-791157493831.us-central1.run.app'; 6 + const publicUrl = 'https://skywatched.app'; 7 7 const port = 5173; 8 8 const url = dev ? `http://[::1]:${port}` : publicUrl; 9 9