The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix(auth): use new domain for auth redirect

+1 -1
+1 -1
apps/api/src/auth/client.ts
··· 5 5 import { Context } from "hono"; 6 6 7 7 export const getClient = async (ctx: Context) => { 8 - let appUrl = 'https://cookware.fly.dev'; 8 + let appUrl = 'https://recipes.blue'; 9 9 if (env.ENV == 'development') { 10 10 appUrl = `https://${ctx.req.header('Host')}`; 11 11 }