Merge pull request #3 from ThornbushHQ/devel
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
|
||||
tunnel.yml
|
||||
.wrangler
|
||||
|
||||
@@ -18,7 +18,7 @@ export const getProfile: Handler<
|
||||
return c.html(
|
||||
<Profile
|
||||
profile={data}
|
||||
url={c.req.url}
|
||||
url={c.req.path}
|
||||
appDomain={c.env.FIXBLUESKY_APP_DOMAIN}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user