fix(profile): pass in correct bluesky url for redirection
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -131,3 +131,4 @@ dist
|
|||||||
|
|
||||||
.dev.vars
|
.dev.vars
|
||||||
tunnel.yml
|
tunnel.yml
|
||||||
|
.wrangler
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export const getProfile: Handler<
|
|||||||
return c.html(
|
return c.html(
|
||||||
<Profile
|
<Profile
|
||||||
profile={data}
|
profile={data}
|
||||||
url={c.req.url}
|
url={c.req.path}
|
||||||
appDomain={c.env.FIXBLUESKY_APP_DOMAIN}
|
appDomain={c.env.FIXBLUESKY_APP_DOMAIN}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user