[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.

Merge pull request #109 from flo-bit/fix-login

fix callback url

author
Florian
committer
GitHub
date (Feb 12, 2025, 2:29 AM +0100) commit 5137fd49 parent cd9840bb
+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