diff --git a/src/routes/location/[country]/[place].svelte b/src/routes/location/[country]/[place].svelte index a295896..52efe60 100644 --- a/src/routes/location/[country]/[place].svelte +++ b/src/routes/location/[country]/[place].svelte @@ -43,7 +43,6 @@ import Pagination from 'organisms/Pagination' import Footer from 'organisms/Footer' import SocialMetas from 'utils/SocialMetas' - import Transition from 'utils/Transition' // Animations import { animateIn } from 'animations/place' @@ -95,11 +94,11 @@ - {$site.seo_name} – Beautiful houses of {location.name}, {country.name} + {$site.seo_name} – {$site.seo_title_default} of {location.name}, {country.name} diff --git a/src/routes/viewer/[country]/[place]/[photo].svelte b/src/routes/viewer/[country]/[place]/[photo].svelte index 9f48822..434f759 100644 --- a/src/routes/viewer/[country]/[place]/[photo].svelte +++ b/src/routes/viewer/[country]/[place]/[photo].svelte @@ -90,11 +90,11 @@ {#if $currentLocation} - {$site.seo_name} – Beautiful homes of {$currentLocation.name}, {$currentLocation.country.name} + {$site.seo_name} – {$site.seo_title_default} of {$currentLocation.name}, {$currentLocation.country.name}