Updates
This commit is contained in:
parent
7591e5fc05
commit
89a85e9a0c
22 changed files with 1006 additions and 899 deletions
|
|
@ -142,7 +142,7 @@ pub async fn get_short_url(
|
|||
let redirect_url = format!("/dashboard?{params}");
|
||||
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_title = "Perfect Postcode | Every neighbourhood in England";
|
||||
let og_description = "Explore property prices, energy ratings, crime stats, school ratings, and more across England on one interactive map.";
|
||||
|
||||
let html = format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue