Small fixes
This commit is contained in:
parent
d56b5dedff
commit
d93beb9201
7 changed files with 95 additions and 42 deletions
|
|
@ -140,10 +140,7 @@ pub async fn get_short_url(
|
|||
match params {
|
||||
Some(params) => {
|
||||
let redirect_url = format!("/dashboard?{params}");
|
||||
let og_image_url = format!(
|
||||
"{}/api/screenshot?og=1&{params}",
|
||||
state.public_url
|
||||
);
|
||||
let og_image_url = format!("{}/api/screenshot?og=1&{params}", state.public_url);
|
||||
let og_url = format!("{}/s/{code}", state.public_url);
|
||||
let og_title = "Perfect Postcode \u{2014} Every neighbourhood in England";
|
||||
let og_description = "Explore property prices, energy ratings, crime stats, school ratings, and more across England on one interactive map.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue