Changed base title
This commit is contained in:
@@ -8,7 +8,7 @@ interface Props {
|
|||||||
const { title } = Astro.props;
|
const { title } = Astro.props;
|
||||||
|
|
||||||
let renderedTitle
|
let renderedTitle
|
||||||
const baseTitle = 'Alexis Pelé - Ingénieur web breton'
|
const baseTitle = 'Alexis Pelé - French web engineer'
|
||||||
|
|
||||||
if (title) {
|
if (title) {
|
||||||
renderedTitle = `${title} · ${baseTitle}`
|
renderedTitle = `${title} · ${baseTitle}`
|
||||||
|
|||||||
Reference in New Issue
Block a user