File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function MyApp({
64
64
< meta property = "og:title" content = "Rustine Libre" />
65
65
< meta
66
66
property = "og:description"
67
- content = "Leader de la réparation à domicile, cyclofix est disponible à Lille"
67
+ content = "Rustine Libre, la réparation de vos vélos sur Lille Métropole "
68
68
/>
69
69
< meta property = "og:url" content = "https://rustinelibre.fr" />
70
70
< meta property = "og:image" content = "img/og-image.jpg" />
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ const nominatimCities = async (search: string) => {
22
22
} ;
23
23
24
24
const gouvCities = async ( search : string ) => {
25
- search = formatSearch ( search ) ;
26
25
search = encodeURIComponent ( search ) ;
27
26
28
27
try {
@@ -38,10 +37,6 @@ const gouvCities = async (search: string) => {
38
37
}
39
38
} ;
40
39
41
- const formatSearch = ( search : string ) : string => {
42
- return search . replaceAll ( "'" , ' ' ) ;
43
- } ;
44
-
45
40
export const searchStreet = async ( search : string , city : City | null ) => {
46
41
if ( city ) {
47
42
search = encodeURIComponent ( `${ search } ${ city . name } ` ) ;
You can’t perform that action at this time.
0 commit comments